Shades of Pale Slate #CCC5C2
Tints of Pale Slate #CCC5C2
RGB
CMYK
RGB Variations
Color information
#CCC5C2 (or 0xCCC5C2) is known color: Pale Slate. HEX triplet: CC, C5 and C2. RGB value is (204,197,194). Sum of RGB (Red+Green+Blue) = 204+197+194=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C2 is #333A3D. Grayscale: #C6C6C6. Windows color (decimal): -3357246 or 12764620. OLE color: 12764620.
HSL color Cylindrical-coordinate representation of color #CCC5C2: hue angle of 18º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC5C2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 197 | 194 | - |
CMYK | 0 | 0.03 | 0.05 | 0.2 |
HSL | 18º | 0.09% | 0.78% | - |
HSV(B) | 18º | 0.05% | 0.8% | - |
XYZ | 54.61 | 56.66 | 59.1 | - |
YUV | 198.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 194 | 0 | 0.03 | 0.05 | 0.2 | 18 | 0.09 | 0.78 |
Hex | CC | C5 | C2 | 0 | 3 | 5 | 14 | 12 | 9 | 4E |
Octal | 314 | 305 | 302 | 0 | 3 | 5 | 24 | 22 | 11 | 116 |
Binary | 11001100 | 11000101 | 11000010 | 0 | 11 | 101 | 10100 | 10010 | 1001 | 1001110 |
Color Harmonies of #CCC5C2
Complementary color
Monochromatic Colors of #CCC5C2
Black with #CCC5C2
Text Example
Text Example
White with #CCC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5C2; }
p { color: rgb(204,197,194); }
H1.HeaderClassName
{
color: #CCC5C2;
}
.AnyTagClassName
{
color: #CCC5C2;
}
</style>
background-color css
<style>
a { background-color: #CCC5C2; }
a { background-color: rgb(204,197,194); }
div.DivClassName
{
background-color: #CCC5C2;
}
.BgClassName
{
background-color: #CCC5C2;
}
</style>
border-color css
<style>
span { border-color: #CCC5C2; }
span { border-color: rgb(204,197,194); }
td.TdClassName
{
border-color: #CCC5C2;
}
.TagClassName
{
border-color: #CCC5C2;
}
</style>