Color spaces of #c0a974
RGB | 192 | 169 | 116 |
---|---|---|---|
HSL | 0.12 | 0.38 | 0.60 |
HSV | 42° | 40° | 75° |
CMYK | 0.00 | 0.12 | 0.40 0.25 |
XYZ | 39.0786 | 40.8434 | 22.3469 |
Yxy | 40.8434 | 0.3821 | 0.3994 |
Hunter Lab | 63.9088 | -2.6923 | 24.0044 |
CIE-Lab | 70.0661 | 0.8206 | 30.4168 |
#c0a974 color RGB value is (192,169,116).
#c0a974 hex color red value is 192, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c0a974 hue: 0.12 , saturation: 0.38 and the lightness value of c0a974 is 0.60.
The process color (four color CMYK) of #c0a974 color hex is 0.00, 0.12, 0.40, 0.25. Web safe color of #c0a974 is #cc9966. Color #c0a974 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10101001 | 01110100 |
Octal | 300 | 251 | 164 |
Decimal | 192 | 169 | 116 |
Hex | C0 | A9 | 74 |
Shades of #c0a974
Tints of #c0a974
RGB Percentages of Color #c0a974
CMYK Percentages of Color #c0a974
Complementary Color
#c0a974 | #748bc0 |
#c0a974 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0a974 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0a974 Color CSS Codes
.mybgcolor {background-color:#c0a974; } .myforecolor {color:#c0a974; } .mybordercolor {border:3px solid #c0a974; }
#c0a974 Text Font Color
<p style="color:#c0a974">Text here</p>
This sample text font color is #c0a974
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.
#c0a974 Background Color
<div style="background-color:#c0a974">
Div content here</div>
This div background color is #c0a974
#c0a974 Border Color
<div style="border:3px solid #c0a974">
Div here</div>
This div border color is #c0a974
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,169,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0a974; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0a974; -webkit-box-shadow: 1px 1px 3px 2px #c0a974; box-shadow: 1px 1px 3px 2px #c0a974; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,169,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0a974">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0a974; -webkit-box-shadow: 1px 1px 3px 2px #c0a974; box-shadow: 1px 1px 3px 2px #c0a974;">
Div content here</div>
This div box has shadow with color #c0a974
Comments
No comments written yet.
Please login to write comment.