Shades of Pale Slate #CAC2BF
Tints of Pale Slate #CAC2BF
RGB
CMYK
RGB Variations
Color information
#CAC2BF (or 0xCAC2BF) is known color: Pale Slate. HEX triplet: CA, C2 and BF. RGB value is (202,194,191). Sum of RGB (Red+Green+Blue) = 202+194+191=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BF is #353D40. Grayscale: #C4C4C4. Windows color (decimal): -3489089 or 12567242. OLE color: 12567242.
HSL color Cylindrical-coordinate representation of color #CAC2BF: hue angle of 16.36º 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 #CAC2BF is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 194 | 191 | - |
CMYK | 0 | 0.04 | 0.05 | 0.21 |
HSL | 16.36º | 0.09% | 0.77% | - |
HSV(B) | 16.36º | 0.05% | 0.79% | - |
XYZ | 53.05 | 54.9 | 57.09 | - |
YUV | 196.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 191 | 0 | 0.04 | 0.05 | 0.21 | 16.36 | 0.09 | 0.77 |
Hex | CA | C2 | BF | 0 | 4 | 5 | 15 | 10 | 9 | 4D |
Octal | 312 | 302 | 277 | 0 | 4 | 5 | 25 | 20 | 11 | 115 |
Binary | 11001010 | 11000010 | 10111111 | 0 | 100 | 101 | 10101 | 10000 | 1001 | 1001101 |
Color Harmonies of #CAC2BF
Complementary color
Monochromatic Colors of #CAC2BF
Black with #CAC2BF
Text Example
Text Example
White with #CAC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2BF; }
p { color: rgb(202,194,191); }
H1.HeaderClassName
{
color: #CAC2BF;
}
.AnyTagClassName
{
color: #CAC2BF;
}
</style>
background-color css
<style>
a { background-color: #CAC2BF; }
a { background-color: rgb(202,194,191); }
div.DivClassName
{
background-color: #CAC2BF;
}
.BgClassName
{
background-color: #CAC2BF;
}
</style>
border-color css
<style>
span { border-color: #CAC2BF; }
span { border-color: rgb(202,194,191); }
td.TdClassName
{
border-color: #CAC2BF;
}
.TagClassName
{
border-color: #CAC2BF;
}
</style>