Color spaces of #c6abaa
RGB | 198 | 171 | 170 |
---|---|---|---|
HSL | 0.01 | 0.20 | 0.72 |
HSV | 2° | 14° | 78° |
CMYK | 0.00 | 0.14 | 0.14 0.22 |
XYZ | 45.1073 | 44.0339 | 44.1522 |
Yxy | 44.0339 | 0.3384 | 0.3304 |
Hunter Lab | 66.3580 | 5.2099 | 7.0012 |
CIE-Lab | 72.2511 | 9.6145 | 4.1234 |
#c6abaa color RGB value is (198,171,170).
#c6abaa hex color red value is 198, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c6abaa hue: 0.01 , saturation: 0.20 and the lightness value of c6abaa is 0.72.
The process color (four color CMYK) of #c6abaa color hex is 0.00, 0.14, 0.14, 0.22. Web safe color of #c6abaa is #cc9999. Color #c6abaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10101011 | 10101010 |
Octal | 306 | 253 | 252 |
Decimal | 198 | 171 | 170 |
Hex | C6 | AB | AA |
Shades of #c6abaa
Tints of #c6abaa
RGB Percentages of Color #c6abaa
CMYK Percentages of Color #c6abaa
Complementary Color
#c6abaa | #aac5c6 |
#c6abaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6abaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6abaa Color CSS Codes
.mybgcolor {background-color:#c6abaa; } .myforecolor {color:#c6abaa; } .mybordercolor {border:3px solid #c6abaa; }
#c6abaa Text Font Color
<p style="color:#c6abaa">Text here</p>
This sample text font color is #c6abaa
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.
#c6abaa Background Color
<div style="background-color:#c6abaa">
Div content here</div>
This div background color is #c6abaa
#c6abaa Border Color
<div style="border:3px solid #c6abaa">
Div here</div>
This div border color is #c6abaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,171,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6abaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6abaa; -webkit-box-shadow: 1px 1px 3px 2px #c6abaa; box-shadow: 1px 1px 3px 2px #c6abaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,171,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6abaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6abaa; -webkit-box-shadow: 1px 1px 3px 2px #c6abaa; box-shadow: 1px 1px 3px 2px #c6abaa;">
Div content here</div>
This div box has shadow with color #c6abaa
Comments
No comments written yet.
Please login to write comment.