Shades of Pale Slate #C6C2C0
Tints of Pale Slate #C6C2C0
RGB
CMYK
RGB Variations
Color information
#C6C2C0 (or 0xC6C2C0) is known color: Pale Slate. HEX triplet: C6, C2 and C0. RGB value is (198,194,192). Sum of RGB (Red+Green+Blue) = 198+194+192=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2C0 is #393D3F. Grayscale: #C2C2C2. Windows color (decimal): -3751232 or 12632774. OLE color: 12632774.
HSL color Cylindrical-coordinate representation of color #C6C2C0: hue angle of 20º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6C2C0 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 192 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.22 |
| HSL | 20º | 0.05% | 0.76% | - |
| HSV(B) | 20º | 0.03% | 0.78% | - |
| XYZ | 52.09 | 54.4 | 57.62 | - |
| YUV | 194.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 192 | 0 | 0.02 | 0.03 | 0.22 | 20 | 0.05 | 0.76 |
| Hex | C6 | C2 | C0 | 0 | 2 | 3 | 16 | 14 | 5 | 4C |
| Octal | 306 | 302 | 300 | 0 | 2 | 3 | 26 | 24 | 5 | 114 |
| Binary | 11000110 | 11000010 | 11000000 | 0 | 10 | 11 | 10110 | 10100 | 101 | 1001100 |
Color Harmonies of #C6C2C0
Complementary color
Monochromatic Colors of #C6C2C0
Black with #C6C2C0
Text Example
Text Example
White with #C6C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2C0; }
p { color: rgb(198,194,192); }
H1.HeaderClassName
{
color: #C6C2C0;
}
.AnyTagClassName
{
color: #C6C2C0;
}
</style>
background-color css
<style>
a { background-color: #C6C2C0; }
a { background-color: rgb(198,194,192); }
div.DivClassName
{
background-color: #C6C2C0;
}
.BgClassName
{
background-color: #C6C2C0;
}
</style>
border-color css
<style>
span { border-color: #C6C2C0; }
span { border-color: rgb(198,194,192); }
td.TdClassName
{
border-color: #C6C2C0;
}
.TagClassName
{
border-color: #C6C2C0;
}
</style>