Shades of Pale Slate #CAC2BD
Tints of Pale Slate #CAC2BD
RGB
CMYK
RGB Variations
Color information
#CAC2BD (or 0xCAC2BD) is known color: Pale Slate. HEX triplet: CA, C2 and BD. RGB value is (202,194,189). Sum of RGB (Red+Green+Blue) = 202+194+189=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BD is #353D42. Grayscale: #C3C3C3. Windows color (decimal): -3489091 or 12436170. OLE color: 12436170.
HSL color Cylindrical-coordinate representation of color #CAC2BD: hue angle of 23.08º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC2BD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 189 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.21 |
| HSL | 23.08º | 0.11% | 0.77% | - |
| HSV(B) | 23.08º | 0.06% | 0.79% | - |
| XYZ | 52.83 | 54.81 | 55.94 | - |
| YUV | 195.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 189 | 0 | 0.04 | 0.06 | 0.21 | 23.08 | 0.11 | 0.77 |
| Hex | CA | C2 | BD | 0 | 4 | 6 | 15 | 17 | B | 4D |
| Octal | 312 | 302 | 275 | 0 | 4 | 6 | 25 | 27 | 13 | 115 |
| Binary | 11001010 | 11000010 | 10111101 | 0 | 100 | 110 | 10101 | 10111 | 1011 | 1001101 |
Color Harmonies of #CAC2BD
Complementary color
Monochromatic Colors of #CAC2BD
Black with #CAC2BD
Text Example
Text Example
White with #CAC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2BD; }
p { color: rgb(202,194,189); }
H1.HeaderClassName
{
color: #CAC2BD;
}
.AnyTagClassName
{
color: #CAC2BD;
}
</style>
background-color css
<style>
a { background-color: #CAC2BD; }
a { background-color: rgb(202,194,189); }
div.DivClassName
{
background-color: #CAC2BD;
}
.BgClassName
{
background-color: #CAC2BD;
}
</style>
border-color css
<style>
span { border-color: #CAC2BD; }
span { border-color: rgb(202,194,189); }
td.TdClassName
{
border-color: #CAC2BD;
}
.TagClassName
{
border-color: #CAC2BD;
}
</style>