Shades of Pale Slate #CAC0BA
Tints of Pale Slate #CAC0BA
RGB
CMYK
RGB Variations
Color information
#CAC0BA (or 0xCAC0BA) is known color: Pale Slate. HEX triplet: CA, C0 and BA. RGB value is (202,192,186). Sum of RGB (Red+Green+Blue) = 202+192+186=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0BA is #353F45. Grayscale: #C2C2C2. Windows color (decimal): -3489606 or 12239050. OLE color: 12239050.
HSL color Cylindrical-coordinate representation of color #CAC0BA: hue angle of 22.5º degrees, saturation: 0.13, 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 #CAC0BA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 186 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.21 |
| HSL | 22.5º | 0.13% | 0.76% | - |
| HSV(B) | 22.5º | 0.08% | 0.79% | - |
| XYZ | 52.07 | 53.8 | 54.09 | - |
| YUV | 194.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 186 | 0 | 0.05 | 0.08 | 0.21 | 22.5 | 0.13 | 0.76 |
| Hex | CA | C0 | BA | 0 | 5 | 8 | 15 | 16 | D | 4C |
| Octal | 312 | 300 | 272 | 0 | 5 | 10 | 25 | 26 | 15 | 114 |
| Binary | 11001010 | 11000000 | 10111010 | 0 | 101 | 1000 | 10101 | 10110 | 1101 | 1001100 |
Color Harmonies of #CAC0BA
Complementary color
Monochromatic Colors of #CAC0BA
Black with #CAC0BA
Text Example
Text Example
White with #CAC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0BA; }
p { color: rgb(202,192,186); }
H1.HeaderClassName
{
color: #CAC0BA;
}
.AnyTagClassName
{
color: #CAC0BA;
}
</style>
background-color css
<style>
a { background-color: #CAC0BA; }
a { background-color: rgb(202,192,186); }
div.DivClassName
{
background-color: #CAC0BA;
}
.BgClassName
{
background-color: #CAC0BA;
}
</style>
border-color css
<style>
span { border-color: #CAC0BA; }
span { border-color: rgb(202,192,186); }
td.TdClassName
{
border-color: #CAC0BA;
}
.TagClassName
{
border-color: #CAC0BA;
}
</style>