Shades of Silver Sand #C2C2BE
Tints of Silver Sand #C2C2BE
RGB
CMYK
RGB Variations
Color information
#C2C2BE (or 0xC2C2BE) is known color: Silver Sand. HEX triplet: C2, C2 and BE. RGB value is (194,194,190). Sum of RGB (Red+Green+Blue) = 194+194+190=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2BE is #3D3D41. Grayscale: #C1C1C1. Windows color (decimal): -4013378 or 12501698. OLE color: 12501698.
HSL color Cylindrical-coordinate representation of color #C2C2BE: hue angle of 60º degrees, saturation: 0.03, 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 #C2C2BE is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 194 | 190 | - |
CMYK | 0 | 0 | 0.02 | 0.24 |
HSL | 60º | 0.03% | 0.75% | - |
HSV(B) | 60º | 0.02% | 0.76% | - |
XYZ | 50.83 | 53.77 | 56.41 | - |
YUV | 193.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 194 | 190 | 0 | 0 | 0.02 | 0.24 | 60 | 0.03 | 0.75 |
Hex | C2 | C2 | BE | 0 | 0 | 2 | 18 | 3C | 3 | 4B |
Octal | 302 | 302 | 276 | 0 | 0 | 2 | 30 | 74 | 3 | 113 |
Binary | 11000010 | 11000010 | 10111110 | 0 | 0 | 10 | 11000 | 111100 | 11 | 1001011 |
Color Harmonies of #C2C2BE
Complementary color
Monochromatic Colors of #C2C2BE
Black with #C2C2BE
Text Example
Text Example
White with #C2C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C2BE; }
p { color: rgb(194,194,190); }
H1.HeaderClassName
{
color: #C2C2BE;
}
.AnyTagClassName
{
color: #C2C2BE;
}
</style>
background-color css
<style>
a { background-color: #C2C2BE; }
a { background-color: rgb(194,194,190); }
div.DivClassName
{
background-color: #C2C2BE;
}
.BgClassName
{
background-color: #C2C2BE;
}
</style>
border-color css
<style>
span { border-color: #C2C2BE; }
span { border-color: rgb(194,194,190); }
td.TdClassName
{
border-color: #C2C2BE;
}
.TagClassName
{
border-color: #C2C2BE;
}
</style>