Shades of Pale Slate #CCC0B6
Tints of Pale Slate #CCC0B6
RGB
CMYK
RGB Variations
Color information
#CCC0B6 (or 0xCCC0B6) is known color: Pale Slate. HEX triplet: CC, C0 and B6. RGB value is (204,192,182). Sum of RGB (Red+Green+Blue) = 204+192+182=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0B6 is #333F49. Grayscale: #C2C2C2. Windows color (decimal): -3358538 or 11976908. OLE color: 11976908.
HSL color Cylindrical-coordinate representation of color #CCC0B6: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC0B6 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 182 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.2 |
| HSL | 27.27º | 0.18% | 0.76% | - |
| HSV(B) | 27.27º | 0.11% | 0.8% | - |
| XYZ | 52.19 | 53.91 | 51.91 | - |
| YUV | 194.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 182 | 0 | 0.06 | 0.11 | 0.2 | 27.27 | 0.18 | 0.76 |
| Hex | CC | C0 | B6 | 0 | 6 | B | 14 | 1B | 12 | 4C |
| Octal | 314 | 300 | 266 | 0 | 6 | 13 | 24 | 33 | 22 | 114 |
| Binary | 11001100 | 11000000 | 10110110 | 0 | 110 | 1011 | 10100 | 11011 | 10010 | 1001100 |
Color Harmonies of #CCC0B6
Complementary color
Monochromatic Colors of #CCC0B6
Black with #CCC0B6
Text Example
Text Example
White with #CCC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0B6; }
p { color: rgb(204,192,182); }
H1.HeaderClassName
{
color: #CCC0B6;
}
.AnyTagClassName
{
color: #CCC0B6;
}
</style>
background-color css
<style>
a { background-color: #CCC0B6; }
a { background-color: rgb(204,192,182); }
div.DivClassName
{
background-color: #CCC0B6;
}
.BgClassName
{
background-color: #CCC0B6;
}
</style>
border-color css
<style>
span { border-color: #CCC0B6; }
span { border-color: rgb(204,192,182); }
td.TdClassName
{
border-color: #CCC0B6;
}
.TagClassName
{
border-color: #CCC0B6;
}
</style>