Color spaces of #c99089
RGB | 201 | 144 | 137 |
---|---|---|---|
HSL | 0.02 | 0.37 | 0.66 |
HSV | 7° | 32° | 79° |
CMYK | 0.00 | 0.28 | 0.32 0.21 |
XYZ | 38.5760 | 34.1702 | 28.2292 |
Yxy | 34.1702 | 0.3820 | 0.3384 |
Hunter Lab | 58.4553 | 15.4996 | 12.2864 |
CIE-Lab | 65.0974 | 20.6362 | 12.2940 |
#c99089 color RGB value is (201,144,137).
#c99089 hex color red value is 201, green value is 144 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c99089 hue: 0.02 , saturation: 0.37 and the lightness value of c99089 is 0.66.
The process color (four color CMYK) of #c99089 color hex is 0.00, 0.28, 0.32, 0.21. Web safe color of #c99089 is #cc9999. Color #c99089 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10010000 | 10001001 |
Octal | 311 | 220 | 211 |
Decimal | 201 | 144 | 137 |
Hex | C9 | 90 | 89 |
Shades of #c99089
Tints of #c99089
RGB Percentages of Color #c99089
CMYK Percentages of Color #c99089
Complementary Color
#c99089 | #89c2c9 |
#c99089 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c99089 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c99089 Color CSS Codes
.mybgcolor {background-color:#c99089; } .myforecolor {color:#c99089; } .mybordercolor {border:3px solid #c99089; }
#c99089 Text Font Color
<p style="color:#c99089">Text here</p>
This sample text font color is #c99089
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c99089 Background Color
<div style="background-color:#c99089">
Div content here</div>
This div background color is #c99089
#c99089 Border Color
<div style="border:3px solid #c99089">
Div here</div>
This div border color is #c99089
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,144,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c99089; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c99089; -webkit-box-shadow: 1px 1px 3px 2px #c99089; box-shadow: 1px 1px 3px 2px #c99089; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,144,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c99089">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c99089; -webkit-box-shadow: 1px 1px 3px 2px #c99089; box-shadow: 1px 1px 3px 2px #c99089;">
Div content here</div>
This div box has shadow with color #c99089
Comments
No comments written yet.
Please login to write comment.