Shades of Pale Slate #CCC0BB
Tints of Pale Slate #CCC0BB
RGB
CMYK
RGB Variations
Color information
#CCC0BB (or 0xCCC0BB) is known color: Pale Slate. HEX triplet: CC, C0 and BB. RGB value is (204,192,187). Sum of RGB (Red+Green+Blue) = 204+192+187=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BB is #333F44. Grayscale: #C3C3C3. Windows color (decimal): -3358533 or 12304588. OLE color: 12304588.
HSL color Cylindrical-coordinate representation of color #CCC0BB: hue angle of 17.65º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC0BB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 187 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.2 |
| HSL | 17.65º | 0.14% | 0.77% | - |
| HSV(B) | 17.65º | 0.08% | 0.8% | - |
| XYZ | 52.72 | 54.12 | 54.68 | - |
| YUV | 195.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 187 | 0 | 0.06 | 0.08 | 0.2 | 17.65 | 0.14 | 0.77 |
| Hex | CC | C0 | BB | 0 | 6 | 8 | 14 | 12 | E | 4D |
| Octal | 314 | 300 | 273 | 0 | 6 | 10 | 24 | 22 | 16 | 115 |
| Binary | 11001100 | 11000000 | 10111011 | 0 | 110 | 1000 | 10100 | 10010 | 1110 | 1001101 |
Color Harmonies of #CCC0BB
Complementary color
Monochromatic Colors of #CCC0BB
Black with #CCC0BB
Text Example
Text Example
White with #CCC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0BB; }
p { color: rgb(204,192,187); }
H1.HeaderClassName
{
color: #CCC0BB;
}
.AnyTagClassName
{
color: #CCC0BB;
}
</style>
background-color css
<style>
a { background-color: #CCC0BB; }
a { background-color: rgb(204,192,187); }
div.DivClassName
{
background-color: #CCC0BB;
}
.BgClassName
{
background-color: #CCC0BB;
}
</style>
border-color css
<style>
span { border-color: #CCC0BB; }
span { border-color: rgb(204,192,187); }
td.TdClassName
{
border-color: #CCC0BB;
}
.TagClassName
{
border-color: #CCC0BB;
}
</style>