Shades of Stark White #CAC2B9
Tints of Stark White #CAC2B9
RGB
CMYK
RGB Variations
Color information
#CAC2B9 (or 0xCAC2B9) is known color: Stark White. HEX triplet: CA, C2 and B9. RGB value is (202,194,185). Sum of RGB (Red+Green+Blue) = 202+194+185=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2B9 is #353D46. Grayscale: #C3C3C3. Windows color (decimal): -3489095 or 12174026. OLE color: 12174026.
HSL color Cylindrical-coordinate representation of color #CAC2B9: hue angle of 31.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC2B9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 194 | 185 | - |
CMYK | 0 | 0.04 | 0.08 | 0.21 |
HSL | 31.76º | 0.14% | 0.76% | - |
HSV(B) | 31.76º | 0.08% | 0.79% | - |
XYZ | 52.41 | 54.64 | 53.68 | - |
YUV | 195.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 185 | 0 | 0.04 | 0.08 | 0.21 | 31.76 | 0.14 | 0.76 |
Hex | CA | C2 | B9 | 0 | 4 | 8 | 15 | 20 | E | 4C |
Octal | 312 | 302 | 271 | 0 | 4 | 10 | 25 | 40 | 16 | 114 |
Binary | 11001010 | 11000010 | 10111001 | 0 | 100 | 1000 | 10101 | 100000 | 1110 | 1001100 |
Color Harmonies of #CAC2B9
Complementary color
Monochromatic Colors of #CAC2B9
Black with #CAC2B9
Text Example
Text Example
White with #CAC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2B9; }
p { color: rgb(202,194,185); }
H1.HeaderClassName
{
color: #CAC2B9;
}
.AnyTagClassName
{
color: #CAC2B9;
}
</style>
background-color css
<style>
a { background-color: #CAC2B9; }
a { background-color: rgb(202,194,185); }
div.DivClassName
{
background-color: #CAC2B9;
}
.BgClassName
{
background-color: #CAC2B9;
}
</style>
border-color css
<style>
span { border-color: #CAC2B9; }
span { border-color: rgb(202,194,185); }
td.TdClassName
{
border-color: #CAC2B9;
}
.TagClassName
{
border-color: #CAC2B9;
}
</style>