Shades of Pale Slate #CAC4C1
Tints of Pale Slate #CAC4C1
RGB
CMYK
RGB Variations
Color information
#CAC4C1 (or 0xCAC4C1) is known color: Pale Slate. HEX triplet: CA, C4 and C1. RGB value is (202,196,193). Sum of RGB (Red+Green+Blue) = 202+196+193=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4C1 is #353B3E. Grayscale: #C5C5C5. Windows color (decimal): -3488575 or 12698826. OLE color: 12698826.
HSL color Cylindrical-coordinate representation of color #CAC4C1: hue angle of 20º 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 #CAC4C1 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 193 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.21 |
| HSL | 20º | 0.08% | 0.77% | - |
| HSV(B) | 20º | 0.04% | 0.79% | - |
| XYZ | 53.72 | 55.89 | 58.41 | - |
| YUV | 197.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 193 | 0 | 0.03 | 0.04 | 0.21 | 20 | 0.08 | 0.77 |
| Hex | CA | C4 | C1 | 0 | 3 | 4 | 15 | 14 | 8 | 4D |
| Octal | 312 | 304 | 301 | 0 | 3 | 4 | 25 | 24 | 10 | 115 |
| Binary | 11001010 | 11000100 | 11000001 | 0 | 11 | 100 | 10101 | 10100 | 1000 | 1001101 |
Color Harmonies of #CAC4C1
Complementary color
Monochromatic Colors of #CAC4C1
Black with #CAC4C1
Text Example
Text Example
White with #CAC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4C1; }
p { color: rgb(202,196,193); }
H1.HeaderClassName
{
color: #CAC4C1;
}
.AnyTagClassName
{
color: #CAC4C1;
}
</style>
background-color css
<style>
a { background-color: #CAC4C1; }
a { background-color: rgb(202,196,193); }
div.DivClassName
{
background-color: #CAC4C1;
}
.BgClassName
{
background-color: #CAC4C1;
}
</style>
border-color css
<style>
span { border-color: #CAC4C1; }
span { border-color: rgb(202,196,193); }
td.TdClassName
{
border-color: #CAC4C1;
}
.TagClassName
{
border-color: #CAC4C1;
}
</style>