Shades of Pale Slate #CAC0B9
Tints of Pale Slate #CAC0B9
RGB
CMYK
RGB Variations
Color information
#CAC0B9 (or 0xCAC0B9) is known color: Pale Slate. HEX triplet: CA, C0 and B9. RGB value is (202,192,185). Sum of RGB (Red+Green+Blue) = 202+192+185=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0B9 is #353F46. Grayscale: #C2C2C2. Windows color (decimal): -3489607 or 12173514. OLE color: 12173514.
HSL color Cylindrical-coordinate representation of color #CAC0B9: hue angle of 24.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC0B9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 185 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.21 |
| HSL | 24.71º | 0.14% | 0.76% | - |
| HSV(B) | 24.71º | 0.08% | 0.79% | - |
| XYZ | 51.96 | 53.76 | 53.54 | - |
| YUV | 194.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 185 | 0 | 0.05 | 0.08 | 0.21 | 24.71 | 0.14 | 0.76 |
| Hex | CA | C0 | B9 | 0 | 5 | 8 | 15 | 19 | E | 4C |
| Octal | 312 | 300 | 271 | 0 | 5 | 10 | 25 | 31 | 16 | 114 |
| Binary | 11001010 | 11000000 | 10111001 | 0 | 101 | 1000 | 10101 | 11001 | 1110 | 1001100 |
Color Harmonies of #CAC0B9
Complementary color
Monochromatic Colors of #CAC0B9
Black with #CAC0B9
Text Example
Text Example
White with #CAC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0B9; }
p { color: rgb(202,192,185); }
H1.HeaderClassName
{
color: #CAC0B9;
}
.AnyTagClassName
{
color: #CAC0B9;
}
</style>
background-color css
<style>
a { background-color: #CAC0B9; }
a { background-color: rgb(202,192,185); }
div.DivClassName
{
background-color: #CAC0B9;
}
.BgClassName
{
background-color: #CAC0B9;
}
</style>
border-color css
<style>
span { border-color: #CAC0B9; }
span { border-color: rgb(202,192,185); }
td.TdClassName
{
border-color: #CAC0B9;
}
.TagClassName
{
border-color: #CAC0B9;
}
</style>