Shades of Stark White #CAC6BF
Tints of Stark White #CAC6BF
RGB
CMYK
RGB Variations
Color information
#CAC6BF (or 0xCAC6BF) is known color: Stark White. HEX triplet: CA, C6 and BF. RGB value is (202,198,191). Sum of RGB (Red+Green+Blue) = 202+198+191=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BF is #353940. Grayscale: #C6C6C6. Windows color (decimal): -3488065 or 12568266. OLE color: 12568266.
HSL color Cylindrical-coordinate representation of color #CAC6BF: hue angle of 38.18º 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 #CAC6BF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 191 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.21 |
| HSL | 38.18º | 0.09% | 0.77% | - |
| HSV(B) | 38.18º | 0.05% | 0.79% | - |
| XYZ | 53.96 | 56.71 | 57.39 | - |
| YUV | 198.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 191 | 0 | 0.02 | 0.05 | 0.21 | 38.18 | 0.09 | 0.77 |
| Hex | CA | C6 | BF | 0 | 2 | 5 | 15 | 26 | 9 | 4D |
| Octal | 312 | 306 | 277 | 0 | 2 | 5 | 25 | 46 | 11 | 115 |
| Binary | 11001010 | 11000110 | 10111111 | 0 | 10 | 101 | 10101 | 100110 | 1001 | 1001101 |
Color Harmonies of #CAC6BF
Complementary color
Monochromatic Colors of #CAC6BF
Black with #CAC6BF
Text Example
Text Example
White with #CAC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6BF; }
p { color: rgb(202,198,191); }
H1.HeaderClassName
{
color: #CAC6BF;
}
.AnyTagClassName
{
color: #CAC6BF;
}
</style>
background-color css
<style>
a { background-color: #CAC6BF; }
a { background-color: rgb(202,198,191); }
div.DivClassName
{
background-color: #CAC6BF;
}
.BgClassName
{
background-color: #CAC6BF;
}
</style>
border-color css
<style>
span { border-color: #CAC6BF; }
span { border-color: rgb(202,198,191); }
td.TdClassName
{
border-color: #CAC6BF;
}
.TagClassName
{
border-color: #CAC6BF;
}
</style>