Shades of Pale Slate #CCC0BA
Tints of Pale Slate #CCC0BA
RGB
CMYK
RGB Variations
Color information
#CCC0BA (or 0xCCC0BA) is known color: Pale Slate. HEX triplet: CC, C0 and BA. RGB value is (204,192,186). Sum of RGB (Red+Green+Blue) = 204+192+186=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BA is #333F45. Grayscale: #C2C2C2. Windows color (decimal): -3358534 or 12239052. OLE color: 12239052.
HSL color Cylindrical-coordinate representation of color #CCC0BA: hue angle of 20º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC0BA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 186 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.2 |
| HSL | 20º | 0.15% | 0.76% | - |
| HSV(B) | 20º | 0.09% | 0.8% | - |
| XYZ | 52.61 | 54.08 | 54.12 | - |
| YUV | 194.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 186 | 0 | 0.06 | 0.09 | 0.2 | 20 | 0.15 | 0.76 |
| Hex | CC | C0 | BA | 0 | 6 | 9 | 14 | 14 | F | 4C |
| Octal | 314 | 300 | 272 | 0 | 6 | 11 | 24 | 24 | 17 | 114 |
| Binary | 11001100 | 11000000 | 10111010 | 0 | 110 | 1001 | 10100 | 10100 | 1111 | 1001100 |
Color Harmonies of #CCC0BA
Complementary color
Monochromatic Colors of #CCC0BA
Black with #CCC0BA
Text Example
Text Example
White with #CCC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0BA; }
p { color: rgb(204,192,186); }
H1.HeaderClassName
{
color: #CCC0BA;
}
.AnyTagClassName
{
color: #CCC0BA;
}
</style>
background-color css
<style>
a { background-color: #CCC0BA; }
a { background-color: rgb(204,192,186); }
div.DivClassName
{
background-color: #CCC0BA;
}
.BgClassName
{
background-color: #CCC0BA;
}
</style>
border-color css
<style>
span { border-color: #CCC0BA; }
span { border-color: rgb(204,192,186); }
td.TdClassName
{
border-color: #CCC0BA;
}
.TagClassName
{
border-color: #CCC0BA;
}
</style>