Shades of Pale Slate #C2C0BF
Tints of Pale Slate #C2C0BF
RGB
CMYK
RGB Variations
Color information
#C2C0BF (or 0xC2C0BF) is known color: Pale Slate. HEX triplet: C2, C0 and BF. RGB value is (194,192,191). Sum of RGB (Red+Green+Blue) = 194+192+191=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0BF is #3D3F40. Grayscale: #C0C0C0. Windows color (decimal): -4013889 or 12566722. OLE color: 12566722.
HSL color Cylindrical-coordinate representation of color #C2C0BF: hue angle of 20º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2C0BF is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 191 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.24 |
| HSL | 20º | 0.02% | 0.75% | - |
| HSV(B) | 20º | 0.02% | 0.76% | - |
| XYZ | 50.5 | 52.93 | 56.85 | - |
| YUV | 192.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 191 | 0 | 0.01 | 0.02 | 0.24 | 20 | 0.02 | 0.75 |
| Hex | C2 | C0 | BF | 0 | 1 | 2 | 18 | 14 | 2 | 4B |
| Octal | 302 | 300 | 277 | 0 | 1 | 2 | 30 | 24 | 2 | 113 |
| Binary | 11000010 | 11000000 | 10111111 | 0 | 1 | 10 | 11000 | 10100 | 10 | 1001011 |
Color Harmonies of #C2C0BF
Complementary color
Monochromatic Colors of #C2C0BF
Black with #C2C0BF
Text Example
Text Example
White with #C2C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0BF; }
p { color: rgb(194,192,191); }
H1.HeaderClassName
{
color: #C2C0BF;
}
.AnyTagClassName
{
color: #C2C0BF;
}
</style>
background-color css
<style>
a { background-color: #C2C0BF; }
a { background-color: rgb(194,192,191); }
div.DivClassName
{
background-color: #C2C0BF;
}
.BgClassName
{
background-color: #C2C0BF;
}
</style>
border-color css
<style>
span { border-color: #C2C0BF; }
span { border-color: rgb(194,192,191); }
td.TdClassName
{
border-color: #C2C0BF;
}
.TagClassName
{
border-color: #C2C0BF;
}
</style>