Shades of Stark White #CAC5BD
Tints of Stark White #CAC5BD
RGB
CMYK
RGB Variations
Color information
#CAC5BD (or 0xCAC5BD) is known color: Stark White. HEX triplet: CA, C5 and BD. RGB value is (202,197,189). Sum of RGB (Red+Green+Blue) = 202+197+189=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BD is #353A42. Grayscale: #C5C5C5. Windows color (decimal): -3488323 or 12436938. OLE color: 12436938.
HSL color Cylindrical-coordinate representation of color #CAC5BD: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC5BD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 189 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.21 |
| HSL | 36.92º | 0.11% | 0.77% | - |
| HSV(B) | 36.92º | 0.06% | 0.79% | - |
| XYZ | 53.51 | 56.16 | 56.16 | - |
| YUV | 197.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 189 | 0 | 0.02 | 0.06 | 0.21 | 36.92 | 0.11 | 0.77 |
| Hex | CA | C5 | BD | 0 | 2 | 6 | 15 | 25 | B | 4D |
| Octal | 312 | 305 | 275 | 0 | 2 | 6 | 25 | 45 | 13 | 115 |
| Binary | 11001010 | 11000101 | 10111101 | 0 | 10 | 110 | 10101 | 100101 | 1011 | 1001101 |
Color Harmonies of #CAC5BD
Complementary color
Monochromatic Colors of #CAC5BD
Black with #CAC5BD
Text Example
Text Example
White with #CAC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5BD; }
p { color: rgb(202,197,189); }
H1.HeaderClassName
{
color: #CAC5BD;
}
.AnyTagClassName
{
color: #CAC5BD;
}
</style>
background-color css
<style>
a { background-color: #CAC5BD; }
a { background-color: rgb(202,197,189); }
div.DivClassName
{
background-color: #CAC5BD;
}
.BgClassName
{
background-color: #CAC5BD;
}
</style>
border-color css
<style>
span { border-color: #CAC5BD; }
span { border-color: rgb(202,197,189); }
td.TdClassName
{
border-color: #CAC5BD;
}
.TagClassName
{
border-color: #CAC5BD;
}
</style>