Shades of Pale Slate #C2C1C0
Tints of Pale Slate #C2C1C0
RGB
CMYK
RGB Variations
Color information
#C2C1C0 (or 0xC2C1C0) is known color: Pale Slate. HEX triplet: C2, C1 and C0. RGB value is (194,193,192). Sum of RGB (Red+Green+Blue) = 194+193+192=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1C0 is #3D3E3F. Grayscale: #C1C1C1. Windows color (decimal): -4013632 or 12632514. OLE color: 12632514.
HSL color Cylindrical-coordinate representation of color #C2C1C0: hue angle of 30º degrees, saturation: 0.02, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C2C1C0 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 193 | 192 | - |
CMYK | 0 | 0.01 | 0.01 | 0.24 |
HSL | 30º | 0.02% | 0.76% | - |
HSV(B) | 30º | 0.01% | 0.76% | - |
XYZ | 50.83 | 53.42 | 57.5 | - |
YUV | 193.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 193 | 192 | 0 | 0.01 | 0.01 | 0.24 | 30 | 0.02 | 0.76 |
Hex | C2 | C1 | C0 | 0 | 1 | 1 | 18 | 1E | 2 | 4C |
Octal | 302 | 301 | 300 | 0 | 1 | 1 | 30 | 36 | 2 | 114 |
Binary | 11000010 | 11000001 | 11000000 | 0 | 1 | 1 | 11000 | 11110 | 10 | 1001100 |
Color Harmonies of #C2C1C0
Complementary color
Monochromatic Colors of #C2C1C0
Black with #C2C1C0
Text Example
Text Example
White with #C2C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1C0; }
p { color: rgb(194,193,192); }
H1.HeaderClassName
{
color: #C2C1C0;
}
.AnyTagClassName
{
color: #C2C1C0;
}
</style>
background-color css
<style>
a { background-color: #C2C1C0; }
a { background-color: rgb(194,193,192); }
div.DivClassName
{
background-color: #C2C1C0;
}
.BgClassName
{
background-color: #C2C1C0;
}
</style>
border-color css
<style>
span { border-color: #C2C1C0; }
span { border-color: rgb(194,193,192); }
td.TdClassName
{
border-color: #C2C1C0;
}
.TagClassName
{
border-color: #C2C1C0;
}
</style>