Color spaces of #c0a37a
RGB | 192 | 163 | 122 |
---|---|---|---|
HSL | 0.10 | 0.36 | 0.62 |
HSV | 35° | 36° | 75° |
CMYK | 0.00 | 0.15 | 0.36 0.25 |
XYZ | 38.3483 | 38.8060 | 23.8815 |
Yxy | 38.8060 | 0.3796 | 0.3841 |
Hunter Lab | 62.2945 | 0.8688 | 20.8764 |
CIE-Lab | 68.6105 | 4.7639 | 25.2663 |
#c0a37a color RGB value is (192,163,122).
#c0a37a hex color red value is 192, green value is 163 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c0a37a hue: 0.10 , saturation: 0.36 and the lightness value of c0a37a is 0.62.
The process color (four color CMYK) of #c0a37a color hex is 0.00, 0.15, 0.36, 0.25. Web safe color of #c0a37a is #cc9966. Color #c0a37a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10100011 | 01111010 |
Octal | 300 | 243 | 172 |
Decimal | 192 | 163 | 122 |
Hex | C0 | A3 | 7A |
Shades of #c0a37a
Tints of #c0a37a
RGB Percentages of Color #c0a37a
CMYK Percentages of Color #c0a37a
Complementary Color
#c0a37a | #7a97c0 |
#c0a37a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0a37a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0a37a Color CSS Codes
.mybgcolor {background-color:#c0a37a; } .myforecolor {color:#c0a37a; } .mybordercolor {border:3px solid #c0a37a; }
#c0a37a Text Font Color
<p style="color:#c0a37a">Text here</p>
This sample text font color is #c0a37a
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.
#c0a37a Background Color
<div style="background-color:#c0a37a">
Div content here</div>
This div background color is #c0a37a
#c0a37a Border Color
<div style="border:3px solid #c0a37a">
Div here</div>
This div border color is #c0a37a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,163,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0a37a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0a37a; -webkit-box-shadow: 1px 1px 3px 2px #c0a37a; box-shadow: 1px 1px 3px 2px #c0a37a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,163,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0a37a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0a37a; -webkit-box-shadow: 1px 1px 3px 2px #c0a37a; box-shadow: 1px 1px 3px 2px #c0a37a;">
Div content here</div>
This div box has shadow with color #c0a37a
#c0a37a Color Palettes
Comments
No comments written yet.
Please login to write comment.