Shades of Pale Slate #CAC5C1
Tints of Pale Slate #CAC5C1
RGB
CMYK
RGB Variations
Color information
#CAC5C1 (or 0xCAC5C1) is known color: Pale Slate. HEX triplet: CA, C5 and C1. RGB value is (202,197,193). Sum of RGB (Red+Green+Blue) = 202+197+193=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5C1 is #353A3E. Grayscale: #C6C6C6. Windows color (decimal): -3488319 or 12699082. OLE color: 12699082.
HSL color Cylindrical-coordinate representation of color #CAC5C1: hue angle of 26.67º 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 #CAC5C1 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 193 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.21 |
| HSL | 26.67º | 0.08% | 0.77% | - |
| HSV(B) | 26.67º | 0.04% | 0.79% | - |
| XYZ | 53.95 | 56.34 | 58.48 | - |
| YUV | 198.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 193 | 0 | 0.02 | 0.04 | 0.21 | 26.67 | 0.08 | 0.77 |
| Hex | CA | C5 | C1 | 0 | 2 | 4 | 15 | 1B | 8 | 4D |
| Octal | 312 | 305 | 301 | 0 | 2 | 4 | 25 | 33 | 10 | 115 |
| Binary | 11001010 | 11000101 | 11000001 | 0 | 10 | 100 | 10101 | 11011 | 1000 | 1001101 |
Color Harmonies of #CAC5C1
Complementary color
Monochromatic Colors of #CAC5C1
Black with #CAC5C1
Text Example
Text Example
White with #CAC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5C1; }
p { color: rgb(202,197,193); }
H1.HeaderClassName
{
color: #CAC5C1;
}
.AnyTagClassName
{
color: #CAC5C1;
}
</style>
background-color css
<style>
a { background-color: #CAC5C1; }
a { background-color: rgb(202,197,193); }
div.DivClassName
{
background-color: #CAC5C1;
}
.BgClassName
{
background-color: #CAC5C1;
}
</style>
border-color css
<style>
span { border-color: #CAC5C1; }
span { border-color: rgb(202,197,193); }
td.TdClassName
{
border-color: #CAC5C1;
}
.TagClassName
{
border-color: #CAC5C1;
}
</style>