Shades of Pale Slate #CCC0B9
Tints of Pale Slate #CCC0B9
RGB
CMYK
RGB Variations
Color information
#CCC0B9 (or 0xCCC0B9) is known color: Pale Slate. HEX triplet: CC, C0 and B9. RGB value is (204,192,185). Sum of RGB (Red+Green+Blue) = 204+192+185=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0B9 is #333F46. Grayscale: #C2C2C2. Windows color (decimal): -3358535 or 12173516. OLE color: 12173516.
HSL color Cylindrical-coordinate representation of color #CCC0B9: hue angle of 22.11º degrees, saturation: 0.16, 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 #CCC0B9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 185 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.2 |
| HSL | 22.11º | 0.16% | 0.76% | - |
| HSV(B) | 22.11º | 0.09% | 0.8% | - |
| XYZ | 52.51 | 54.04 | 53.56 | - |
| YUV | 194.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 185 | 0 | 0.06 | 0.09 | 0.2 | 22.11 | 0.16 | 0.76 |
| Hex | CC | C0 | B9 | 0 | 6 | 9 | 14 | 16 | 10 | 4C |
| Octal | 314 | 300 | 271 | 0 | 6 | 11 | 24 | 26 | 20 | 114 |
| Binary | 11001100 | 11000000 | 10111001 | 0 | 110 | 1001 | 10100 | 10110 | 10000 | 1001100 |
Color Harmonies of #CCC0B9
Complementary color
Monochromatic Colors of #CCC0B9
Black with #CCC0B9
Text Example
Text Example
White with #CCC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0B9; }
p { color: rgb(204,192,185); }
H1.HeaderClassName
{
color: #CCC0B9;
}
.AnyTagClassName
{
color: #CCC0B9;
}
</style>
background-color css
<style>
a { background-color: #CCC0B9; }
a { background-color: rgb(204,192,185); }
div.DivClassName
{
background-color: #CCC0B9;
}
.BgClassName
{
background-color: #CCC0B9;
}
</style>
border-color css
<style>
span { border-color: #CCC0B9; }
span { border-color: rgb(204,192,185); }
td.TdClassName
{
border-color: #CCC0B9;
}
.TagClassName
{
border-color: #CCC0B9;
}
</style>