Shades of Stark White #CAC5BF
Tints of Stark White #CAC5BF
RGB
CMYK
RGB Variations
Color information
#CAC5BF (or 0xCAC5BF) is known color: Stark White. HEX triplet: CA, C5 and BF. RGB value is (202,197,191). Sum of RGB (Red+Green+Blue) = 202+197+191=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BF is #353A40. Grayscale: #C5C5C5. Windows color (decimal): -3488321 or 12568010. OLE color: 12568010.
HSL color Cylindrical-coordinate representation of color #CAC5BF: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC5BF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 191 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.21 |
| HSL | 32.73º | 0.09% | 0.77% | - |
| HSV(B) | 32.73º | 0.05% | 0.79% | - |
| XYZ | 53.73 | 56.25 | 57.32 | - |
| YUV | 197.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 191 | 0 | 0.02 | 0.05 | 0.21 | 32.73 | 0.09 | 0.77 |
| Hex | CA | C5 | BF | 0 | 2 | 5 | 15 | 21 | 9 | 4D |
| Octal | 312 | 305 | 277 | 0 | 2 | 5 | 25 | 41 | 11 | 115 |
| Binary | 11001010 | 11000101 | 10111111 | 0 | 10 | 101 | 10101 | 100001 | 1001 | 1001101 |
Color Harmonies of #CAC5BF
Complementary color
Monochromatic Colors of #CAC5BF
Black with #CAC5BF
Text Example
Text Example
White with #CAC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5BF; }
p { color: rgb(202,197,191); }
H1.HeaderClassName
{
color: #CAC5BF;
}
.AnyTagClassName
{
color: #CAC5BF;
}
</style>
background-color css
<style>
a { background-color: #CAC5BF; }
a { background-color: rgb(202,197,191); }
div.DivClassName
{
background-color: #CAC5BF;
}
.BgClassName
{
background-color: #CAC5BF;
}
</style>
border-color css
<style>
span { border-color: #CAC5BF; }
span { border-color: rgb(202,197,191); }
td.TdClassName
{
border-color: #CAC5BF;
}
.TagClassName
{
border-color: #CAC5BF;
}
</style>