Color spaces of #c0aaa6
RGB | 192 | 170 | 166 |
---|---|---|---|
HSL | 0.03 | 0.17 | 0.70 |
HSV | 9° | 14° | 75° |
CMYK | 0.00 | 0.11 | 0.14 0.25 |
XYZ | 42.9959 | 42.7091 | 42.0539 |
Yxy | 42.7091 | 0.3365 | 0.3343 |
Hunter Lab | 65.3522 | 3.0707 | 7.5936 |
CIE-Lab | 71.3571 | 7.2855 | 4.9651 |
#c0aaa6 color RGB value is (192,170,166).
#c0aaa6 hex color red value is 192, green value is 170 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c0aaa6 hue: 0.03 , saturation: 0.17 and the lightness value of c0aaa6 is 0.70.
The process color (four color CMYK) of #c0aaa6 color hex is 0.00, 0.11, 0.14, 0.25. Web safe color of #c0aaa6 is #cc9999. Color #c0aaa6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10101010 | 10100110 |
Octal | 300 | 252 | 246 |
Decimal | 192 | 170 | 166 |
Hex | C0 | AA | A6 |
Shades of #c0aaa6
Tints of #c0aaa6
RGB Percentages of Color #c0aaa6
CMYK Percentages of Color #c0aaa6
Complementary Color
#c0aaa6 | #a6bcc0 |
#c0aaa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0aaa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0aaa6 Color CSS Codes
.mybgcolor {background-color:#c0aaa6; } .myforecolor {color:#c0aaa6; } .mybordercolor {border:3px solid #c0aaa6; }
#c0aaa6 Text Font Color
<p style="color:#c0aaa6">Text here</p>
This sample text font color is #c0aaa6
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.
#c0aaa6 Background Color
<div style="background-color:#c0aaa6">
Div content here</div>
This div background color is #c0aaa6
#c0aaa6 Border Color
<div style="border:3px solid #c0aaa6">
Div here</div>
This div border color is #c0aaa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,170,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0aaa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0aaa6; -webkit-box-shadow: 1px 1px 3px 2px #c0aaa6; box-shadow: 1px 1px 3px 2px #c0aaa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,170,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0aaa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0aaa6; -webkit-box-shadow: 1px 1px 3px 2px #c0aaa6; box-shadow: 1px 1px 3px 2px #c0aaa6;">
Div content here</div>
This div box has shadow with color #c0aaa6
Comments
No comments written yet.
Please login to write comment.