Color spaces of #c3aaac
RGB | 195 | 170 | 172 |
---|---|---|---|
HSL | 0.99 | 0.17 | 0.72 |
HSV | 355° | 13° | 76° |
CMYK | 0.00 | 0.13 | 0.12 0.24 |
XYZ | 44.3268 | 43.3301 | 45.0570 |
Yxy | 43.3301 | 0.3340 | 0.3265 |
Hunter Lab | 65.8256 | 5.0067 | 5.4945 |
CIE-Lab | 71.7784 | 9.3894 | 2.3040 |
#c3aaac color RGB value is (195,170,172).
#c3aaac hex color red value is 195, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c3aaac hue: 0.99 , saturation: 0.17 and the lightness value of c3aaac is 0.72.
The process color (four color CMYK) of #c3aaac color hex is 0.00, 0.13, 0.12, 0.24. Web safe color of #c3aaac is #cc9999. Color #c3aaac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10101010 | 10101100 |
Octal | 303 | 252 | 254 |
Decimal | 195 | 170 | 172 |
Hex | C3 | AA | AC |
Shades of #c3aaac
Tints of #c3aaac
RGB Percentages of Color #c3aaac
CMYK Percentages of Color #c3aaac
Complementary Color
#c3aaac | #aac3c1 |
#c3aaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3aaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3aaac Color CSS Codes
.mybgcolor {background-color:#c3aaac; } .myforecolor {color:#c3aaac; } .mybordercolor {border:3px solid #c3aaac; }
#c3aaac Text Font Color
<p style="color:#c3aaac">Text here</p>
This sample text font color is #c3aaac
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.
#c3aaac Background Color
<div style="background-color:#c3aaac">
Div content here</div>
This div background color is #c3aaac
#c3aaac Border Color
<div style="border:3px solid #c3aaac">
Div here</div>
This div border color is #c3aaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,170,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3aaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3aaac; -webkit-box-shadow: 1px 1px 3px 2px #c3aaac; box-shadow: 1px 1px 3px 2px #c3aaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,170,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3aaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3aaac; -webkit-box-shadow: 1px 1px 3px 2px #c3aaac; box-shadow: 1px 1px 3px 2px #c3aaac;">
Div content here</div>
This div box has shadow with color #c3aaac
Comments
No comments written yet.
Please login to write comment.