Shades of Silver Sand #C3C2BC
Tints of Silver Sand #C3C2BC
RGB
CMYK
RGB Variations
Color information
#C3C2BC (or 0xC3C2BC) is known color: Silver Sand. HEX triplet: C3, C2 and BC. RGB value is (195,194,188). Sum of RGB (Red+Green+Blue) = 195+194+188=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2BC is #3C3D43. Grayscale: #C1C1C1. Windows color (decimal): -3947844 or 12370627. OLE color: 12370627.
HSL color Cylindrical-coordinate representation of color #C3C2BC: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C2BC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 188 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.24 |
| HSL | 51.43º | 0.06% | 0.75% | - |
| HSV(B) | 51.43º | 0.04% | 0.76% | - |
| XYZ | 50.87 | 53.82 | 55.28 | - |
| YUV | 193.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 188 | 0 | 0.01 | 0.04 | 0.24 | 51.43 | 0.06 | 0.75 |
| Hex | C3 | C2 | BC | 0 | 1 | 4 | 18 | 33 | 6 | 4B |
| Octal | 303 | 302 | 274 | 0 | 1 | 4 | 30 | 63 | 6 | 113 |
| Binary | 11000011 | 11000010 | 10111100 | 0 | 1 | 100 | 11000 | 110011 | 110 | 1001011 |
Color Harmonies of #C3C2BC
Complementary color
Monochromatic Colors of #C3C2BC
Black with #C3C2BC
Text Example
Text Example
White with #C3C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2BC; }
p { color: rgb(195,194,188); }
H1.HeaderClassName
{
color: #C3C2BC;
}
.AnyTagClassName
{
color: #C3C2BC;
}
</style>
background-color css
<style>
a { background-color: #C3C2BC; }
a { background-color: rgb(195,194,188); }
div.DivClassName
{
background-color: #C3C2BC;
}
.BgClassName
{
background-color: #C3C2BC;
}
</style>
border-color css
<style>
span { border-color: #C3C2BC; }
span { border-color: rgb(195,194,188); }
td.TdClassName
{
border-color: #C3C2BC;
}
.TagClassName
{
border-color: #C3C2BC;
}
</style>