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