Shades of Stark White #CAC2B6
Tints of Stark White #CAC2B6
RGB
CMYK
RGB Variations
Color information
#CAC2B6 (or 0xCAC2B6) is known color: Stark White. HEX triplet: CA, C2 and B6. RGB value is (202,194,182). Sum of RGB (Red+Green+Blue) = 202+194+182=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2B6 is #353D49. Grayscale: #C3C3C3. Windows color (decimal): -3489098 or 11977418. OLE color: 11977418.
HSL color Cylindrical-coordinate representation of color #CAC2B6: hue angle of 36º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC2B6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 182 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.21 |
| HSL | 36º | 0.16% | 0.75% | - |
| HSV(B) | 36º | 0.1% | 0.79% | - |
| XYZ | 52.09 | 54.52 | 52.03 | - |
| YUV | 195.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 182 | 0 | 0.04 | 0.10 | 0.21 | 36 | 0.16 | 0.75 |
| Hex | CA | C2 | B6 | 0 | 4 | A | 15 | 24 | 10 | 4B |
| Octal | 312 | 302 | 266 | 0 | 4 | 12 | 25 | 44 | 20 | 113 |
| Binary | 11001010 | 11000010 | 10110110 | 0 | 100 | 1010 | 10101 | 100100 | 10000 | 1001011 |
Color Harmonies of #CAC2B6
Complementary color
Monochromatic Colors of #CAC2B6
Black with #CAC2B6
Text Example
Text Example
White with #CAC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2B6; }
p { color: rgb(202,194,182); }
H1.HeaderClassName
{
color: #CAC2B6;
}
.AnyTagClassName
{
color: #CAC2B6;
}
</style>
background-color css
<style>
a { background-color: #CAC2B6; }
a { background-color: rgb(202,194,182); }
div.DivClassName
{
background-color: #CAC2B6;
}
.BgClassName
{
background-color: #CAC2B6;
}
</style>
border-color css
<style>
span { border-color: #CAC2B6; }
span { border-color: rgb(202,194,182); }
td.TdClassName
{
border-color: #CAC2B6;
}
.TagClassName
{
border-color: #CAC2B6;
}
</style>