Shades of Stark White #CAC6C1
Tints of Stark White #CAC6C1
RGB
CMYK
RGB Variations
Color information
#CAC6C1 (or 0xCAC6C1) is known color: Stark White. HEX triplet: CA, C6 and C1. RGB value is (202,198,193). Sum of RGB (Red+Green+Blue) = 202+198+193=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6C1 is #35393E. Grayscale: #C6C6C6. Windows color (decimal): -3488063 or 12699338. OLE color: 12699338.
HSL color Cylindrical-coordinate representation of color #CAC6C1: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAC6C1 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 193 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.21 |
| HSL | 33.33º | 0.08% | 0.77% | - |
| HSV(B) | 33.33º | 0.04% | 0.79% | - |
| XYZ | 54.18 | 56.79 | 58.56 | - |
| YUV | 198.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 193 | 0 | 0.02 | 0.04 | 0.21 | 33.33 | 0.08 | 0.77 |
| Hex | CA | C6 | C1 | 0 | 2 | 4 | 15 | 21 | 8 | 4D |
| Octal | 312 | 306 | 301 | 0 | 2 | 4 | 25 | 41 | 10 | 115 |
| Binary | 11001010 | 11000110 | 11000001 | 0 | 10 | 100 | 10101 | 100001 | 1000 | 1001101 |
Color Harmonies of #CAC6C1
Complementary color
Monochromatic Colors of #CAC6C1
Black with #CAC6C1
Text Example
Text Example
White with #CAC6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6C1; }
p { color: rgb(202,198,193); }
H1.HeaderClassName
{
color: #CAC6C1;
}
.AnyTagClassName
{
color: #CAC6C1;
}
</style>
background-color css
<style>
a { background-color: #CAC6C1; }
a { background-color: rgb(202,198,193); }
div.DivClassName
{
background-color: #CAC6C1;
}
.BgClassName
{
background-color: #CAC6C1;
}
</style>
border-color css
<style>
span { border-color: #CAC6C1; }
span { border-color: rgb(202,198,193); }
td.TdClassName
{
border-color: #CAC6C1;
}
.TagClassName
{
border-color: #CAC6C1;
}
</style>