Color spaces of #c99c61
RGB | 201 | 156 | 97 |
---|---|---|---|
HSL | 0.09 | 0.49 | 0.58 |
HSV | 34° | 52° | 79° |
CMYK | 0.00 | 0.22 | 0.52 0.21 |
XYZ | 38.1335 | 37.0575 | 16.4522 |
Yxy | 37.0575 | 0.4161 | 0.4044 |
Hunter Lab | 60.8749 | 5.2857 | 26.5885 |
CIE-Lab | 67.3201 | 9.6347 | 37.1305 |
#c99c61 color RGB value is (201,156,97).
#c99c61 hex color red value is 201, green value is 156 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c99c61 hue: 0.09 , saturation: 0.49 and the lightness value of c99c61 is 0.58.
The process color (four color CMYK) of #c99c61 color hex is 0.00, 0.22, 0.52, 0.21. Web safe color of #c99c61 is #cc9966. Color #c99c61 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10011100 | 01100001 |
Octal | 311 | 234 | 141 |
Decimal | 201 | 156 | 97 |
Hex | C9 | 9C | 61 |
Shades of #c99c61
Tints of #c99c61
RGB Percentages of Color #c99c61
CMYK Percentages of Color #c99c61
Complementary Color
#c99c61 | #618ec9 |
#c99c61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c99c61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c99c61 Color CSS Codes
.mybgcolor {background-color:#c99c61; } .myforecolor {color:#c99c61; } .mybordercolor {border:3px solid #c99c61; }
#c99c61 Text Font Color
<p style="color:#c99c61">Text here</p>
This sample text font color is #c99c61
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.
#c99c61 Background Color
<div style="background-color:#c99c61">
Div content here</div>
This div background color is #c99c61
#c99c61 Border Color
<div style="border:3px solid #c99c61">
Div here</div>
This div border color is #c99c61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,156,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c99c61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c99c61; -webkit-box-shadow: 1px 1px 3px 2px #c99c61; box-shadow: 1px 1px 3px 2px #c99c61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,156,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c99c61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c99c61; -webkit-box-shadow: 1px 1px 3px 2px #c99c61; box-shadow: 1px 1px 3px 2px #c99c61;">
Div content here</div>
This div box has shadow with color #c99c61
Comments
No comments written yet.
Please login to write comment.