Shades of Pale Slate #CCC0BC
Tints of Pale Slate #CCC0BC
RGB
CMYK
RGB Variations
Color information
#CCC0BC (or 0xCCC0BC) is known color: Pale Slate. HEX triplet: CC, C0 and BC. RGB value is (204,192,188). Sum of RGB (Red+Green+Blue) = 204+192+188=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BC is #333F43. Grayscale: #C3C3C3. Windows color (decimal): -3358532 or 12370124. OLE color: 12370124.
HSL color Cylindrical-coordinate representation of color #CCC0BC: hue angle of 15º 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 #CCC0BC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 188 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.2 |
| HSL | 15º | 0.14% | 0.77% | - |
| HSV(B) | 15º | 0.08% | 0.8% | - |
| XYZ | 52.83 | 54.17 | 55.25 | - |
| YUV | 195.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 188 | 0 | 0.06 | 0.08 | 0.2 | 15 | 0.14 | 0.77 |
| Hex | CC | C0 | BC | 0 | 6 | 8 | 14 | F | E | 4D |
| Octal | 314 | 300 | 274 | 0 | 6 | 10 | 24 | 17 | 16 | 115 |
| Binary | 11001100 | 11000000 | 10111100 | 0 | 110 | 1000 | 10100 | 1111 | 1110 | 1001101 |
Color Harmonies of #CCC0BC
Complementary color
Monochromatic Colors of #CCC0BC
Black with #CCC0BC
Text Example
Text Example
White with #CCC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0BC; }
p { color: rgb(204,192,188); }
H1.HeaderClassName
{
color: #CCC0BC;
}
.AnyTagClassName
{
color: #CCC0BC;
}
</style>
background-color css
<style>
a { background-color: #CCC0BC; }
a { background-color: rgb(204,192,188); }
div.DivClassName
{
background-color: #CCC0BC;
}
.BgClassName
{
background-color: #CCC0BC;
}
</style>
border-color css
<style>
span { border-color: #CCC0BC; }
span { border-color: rgb(204,192,188); }
td.TdClassName
{
border-color: #CCC0BC;
}
.TagClassName
{
border-color: #CCC0BC;
}
</style>