Shades of Pale Slate #CAC3C0
Tints of Pale Slate #CAC3C0
RGB
CMYK
RGB Variations
Color information
#CAC3C0 (or 0xCAC3C0) is known color: Pale Slate. HEX triplet: CA, C3 and C0. RGB value is (202,195,192). Sum of RGB (Red+Green+Blue) = 202+195+192=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3C0 is #353C3F. Grayscale: #C4C4C4. Windows color (decimal): -3488832 or 12633034. OLE color: 12633034.
HSL color Cylindrical-coordinate representation of color #CAC3C0: hue angle of 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 #CAC3C0 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 195 | 192 | - |
CMYK | 0 | 0.03 | 0.05 | 0.21 |
HSL | 18º | 0.09% | 0.77% | - |
HSV(B) | 18º | 0.05% | 0.79% | - |
XYZ | 53.39 | 55.39 | 57.75 | - |
YUV | 196.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 195 | 192 | 0 | 0.03 | 0.05 | 0.21 | 18 | 0.09 | 0.77 |
Hex | CA | C3 | C0 | 0 | 3 | 5 | 15 | 12 | 9 | 4D |
Octal | 312 | 303 | 300 | 0 | 3 | 5 | 25 | 22 | 11 | 115 |
Binary | 11001010 | 11000011 | 11000000 | 0 | 11 | 101 | 10101 | 10010 | 1001 | 1001101 |
Color Harmonies of #CAC3C0
Complementary color
Monochromatic Colors of #CAC3C0
Black with #CAC3C0
Text Example
Text Example
White with #CAC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3C0; }
p { color: rgb(202,195,192); }
H1.HeaderClassName
{
color: #CAC3C0;
}
.AnyTagClassName
{
color: #CAC3C0;
}
</style>
background-color css
<style>
a { background-color: #CAC3C0; }
a { background-color: rgb(202,195,192); }
div.DivClassName
{
background-color: #CAC3C0;
}
.BgClassName
{
background-color: #CAC3C0;
}
</style>
border-color css
<style>
span { border-color: #CAC3C0; }
span { border-color: rgb(202,195,192); }
td.TdClassName
{
border-color: #CAC3C0;
}
.TagClassName
{
border-color: #CAC3C0;
}
</style>