Shades of Pale Slate #C4C3C2
Tints of Pale Slate #C4C3C2
RGB
CMYK
RGB Variations
Color information
#C4C3C2 (or 0xC4C3C2) is known color: Pale Slate. HEX triplet: C4, C3 and C2. RGB value is (196,195,194). Sum of RGB (Red+Green+Blue) = 196+195+194=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C3C2 is #3B3C3D. Grayscale: #C3C3C3. Windows color (decimal): -3882046 or 12764100. OLE color: 12764100.
HSL color Cylindrical-coordinate representation of color #C4C3C2: hue angle of 30º degrees, saturation: 0.02, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C4C3C2 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 195 | 194 | - |
CMYK | 0 | 0.01 | 0.01 | 0.23 |
HSL | 30º | 0.02% | 0.76% | - |
HSV(B) | 30º | 0.01% | 0.77% | - |
XYZ | 52.02 | 54.66 | 58.85 | - |
YUV | 195.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 195 | 194 | 0 | 0.01 | 0.01 | 0.23 | 30 | 0.02 | 0.76 |
Hex | C4 | C3 | C2 | 0 | 1 | 1 | 17 | 1E | 2 | 4C |
Octal | 304 | 303 | 302 | 0 | 1 | 1 | 27 | 36 | 2 | 114 |
Binary | 11000100 | 11000011 | 11000010 | 0 | 1 | 1 | 10111 | 11110 | 10 | 1001100 |
Color Harmonies of #C4C3C2
Complementary color
Monochromatic Colors of #C4C3C2
Black with #C4C3C2
Text Example
Text Example
White with #C4C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C3C2; }
p { color: rgb(196,195,194); }
H1.HeaderClassName
{
color: #C4C3C2;
}
.AnyTagClassName
{
color: #C4C3C2;
}
</style>
background-color css
<style>
a { background-color: #C4C3C2; }
a { background-color: rgb(196,195,194); }
div.DivClassName
{
background-color: #C4C3C2;
}
.BgClassName
{
background-color: #C4C3C2;
}
</style>
border-color css
<style>
span { border-color: #C4C3C2; }
span { border-color: rgb(196,195,194); }
td.TdClassName
{
border-color: #C4C3C2;
}
.TagClassName
{
border-color: #C4C3C2;
}
</style>