Shades of Pale Slate #C4C2C1
Tints of Pale Slate #C4C2C1
RGB
CMYK
RGB Variations
Color information
#C4C2C1 (or 0xC4C2C1) is known color: Pale Slate. HEX triplet: C4, C2 and C1. RGB value is (196,194,193). Sum of RGB (Red+Green+Blue) = 196+194+193=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2C1 is #3B3D3E. Grayscale: #C2C2C2. Windows color (decimal): -3882303 or 12698308. OLE color: 12698308.
HSL color Cylindrical-coordinate representation of color #C4C2C1: hue angle of 20º degrees, saturation: 0.02, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C4C2C1 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 193 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.23 |
| HSL | 20º | 0.02% | 0.76% | - |
| HSV(B) | 20º | 0.02% | 0.77% | - |
| XYZ | 51.68 | 54.17 | 58.18 | - |
| YUV | 194.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 193 | 0 | 0.01 | 0.02 | 0.23 | 20 | 0.02 | 0.76 |
| Hex | C4 | C2 | C1 | 0 | 1 | 2 | 17 | 14 | 2 | 4C |
| Octal | 304 | 302 | 301 | 0 | 1 | 2 | 27 | 24 | 2 | 114 |
| Binary | 11000100 | 11000010 | 11000001 | 0 | 1 | 10 | 10111 | 10100 | 10 | 1001100 |
Color Harmonies of #C4C2C1
Complementary color
Monochromatic Colors of #C4C2C1
Black with #C4C2C1
Text Example
Text Example
White with #C4C2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2C1; }
p { color: rgb(196,194,193); }
H1.HeaderClassName
{
color: #C4C2C1;
}
.AnyTagClassName
{
color: #C4C2C1;
}
</style>
background-color css
<style>
a { background-color: #C4C2C1; }
a { background-color: rgb(196,194,193); }
div.DivClassName
{
background-color: #C4C2C1;
}
.BgClassName
{
background-color: #C4C2C1;
}
</style>
border-color css
<style>
span { border-color: #C4C2C1; }
span { border-color: rgb(196,194,193); }
td.TdClassName
{
border-color: #C4C2C1;
}
.TagClassName
{
border-color: #C4C2C1;
}
</style>