Shades of Silver Sand #C2C2C0
Tints of Silver Sand #C2C2C0
RGB
CMYK
RGB Variations
Color information
#C2C2C0 (or 0xC2C2C0) is known color: Silver Sand. HEX triplet: C2, C2 and C0. RGB value is (194,194,192). Sum of RGB (Red+Green+Blue) = 194+194+192=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2C0 is #3D3D3F. Grayscale: #C1C1C1. Windows color (decimal): -4013376 or 12632770. OLE color: 12632770.
HSL color Cylindrical-coordinate representation of color #C2C2C0: hue angle of 60º 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 #C2C2C0 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 192 | - |
| CMYK | 0 | 0 | 0.01 | 0.24 |
| HSL | 60º | 0.02% | 0.76% | - |
| HSV(B) | 60º | 0.01% | 0.76% | - |
| XYZ | 51.05 | 53.86 | 57.57 | - |
| YUV | 193.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 192 | 0 | 0 | 0.01 | 0.24 | 60 | 0.02 | 0.76 |
| Hex | C2 | C2 | C0 | 0 | 0 | 1 | 18 | 3C | 2 | 4C |
| Octal | 302 | 302 | 300 | 0 | 0 | 1 | 30 | 74 | 2 | 114 |
| Binary | 11000010 | 11000010 | 11000000 | 0 | 0 | 1 | 11000 | 111100 | 10 | 1001100 |
Color Harmonies of #C2C2C0
Complementary color
Monochromatic Colors of #C2C2C0
Black with #C2C2C0
Text Example
Text Example
White with #C2C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C2C0; }
p { color: rgb(194,194,192); }
H1.HeaderClassName
{
color: #C2C2C0;
}
.AnyTagClassName
{
color: #C2C2C0;
}
</style>
background-color css
<style>
a { background-color: #C2C2C0; }
a { background-color: rgb(194,194,192); }
div.DivClassName
{
background-color: #C2C2C0;
}
.BgClassName
{
background-color: #C2C2C0;
}
</style>
border-color css
<style>
span { border-color: #C2C2C0; }
span { border-color: rgb(194,194,192); }
td.TdClassName
{
border-color: #C2C2C0;
}
.TagClassName
{
border-color: #C2C2C0;
}
</style>