Color spaces of #c99057
RGB | 201 | 144 | 87 |
---|---|---|---|
HSL | 0.08 | 0.51 | 0.56 |
HSV | 30° | 57° | 79° |
CMYK | 0.00 | 0.28 | 0.57 0.21 |
XYZ | 35.7810 | 33.0521 | 13.5107 |
Yxy | 33.0521 | 0.4345 | 0.4014 |
Hunter Lab | 57.4910 | 10.4850 | 26.3102 |
CIE-Lab | 64.2031 | 15.3255 | 38.5259 |
#c99057 color RGB value is (201,144,87).
#c99057 hex color red value is 201, green value is 144 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c99057 hue: 0.08 , saturation: 0.51 and the lightness value of c99057 is 0.56.
The process color (four color CMYK) of #c99057 color hex is 0.00, 0.28, 0.57, 0.21. Web safe color of #c99057 is #cc9966. Color #c99057 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10010000 | 01010111 |
Octal | 311 | 220 | 127 |
Decimal | 201 | 144 | 87 |
Hex | C9 | 90 | 57 |
Shades of #c99057
Tints of #c99057
RGB Percentages of Color #c99057
CMYK Percentages of Color #c99057
Complementary Color
#c99057 | #5790c9 |
#c99057 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c99057 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c99057 Color CSS Codes
.mybgcolor {background-color:#c99057; } .myforecolor {color:#c99057; } .mybordercolor {border:3px solid #c99057; }
#c99057 Text Font Color
<p style="color:#c99057">Text here</p>
This sample text font color is #c99057
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.
#c99057 Background Color
<div style="background-color:#c99057">
Div content here</div>
This div background color is #c99057
#c99057 Border Color
<div style="border:3px solid #c99057">
Div here</div>
This div border color is #c99057
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,144,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c99057; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c99057; -webkit-box-shadow: 1px 1px 3px 2px #c99057; box-shadow: 1px 1px 3px 2px #c99057; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,144,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c99057">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c99057; -webkit-box-shadow: 1px 1px 3px 2px #c99057; box-shadow: 1px 1px 3px 2px #c99057;">
Div content here</div>
This div box has shadow with color #c99057
Comments
No comments written yet.
Please login to write comment.