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