Shades of Silver Sand #C3C2B9
Tints of Silver Sand #C3C2B9
RGB
CMYK
RGB Variations
Color information
#C3C2B9 (or 0xC3C2B9) is known color: Silver Sand. HEX triplet: C3, C2 and B9. RGB value is (195,194,185). Sum of RGB (Red+Green+Blue) = 195+194+185=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2B9 is #3C3D46. Grayscale: #C1C1C1. Windows color (decimal): -3947847 or 12174019. OLE color: 12174019.
HSL color Cylindrical-coordinate representation of color #C3C2B9: hue angle of 54º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3C2B9 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 194 | 185 | - |
CMYK | 0 | 0.01 | 0.05 | 0.24 |
HSL | 54º | 0.08% | 0.75% | - |
HSV(B) | 54º | 0.05% | 0.76% | - |
XYZ | 50.55 | 53.69 | 53.6 | - |
YUV | 193.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 194 | 185 | 0 | 0.01 | 0.05 | 0.24 | 54 | 0.08 | 0.75 |
Hex | C3 | C2 | B9 | 0 | 1 | 5 | 18 | 36 | 8 | 4B |
Octal | 303 | 302 | 271 | 0 | 1 | 5 | 30 | 66 | 10 | 113 |
Binary | 11000011 | 11000010 | 10111001 | 0 | 1 | 101 | 11000 | 110110 | 1000 | 1001011 |
Color Harmonies of #C3C2B9
Complementary color
Monochromatic Colors of #C3C2B9
Black with #C3C2B9
Text Example
Text Example
White with #C3C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2B9; }
p { color: rgb(195,194,185); }
H1.HeaderClassName
{
color: #C3C2B9;
}
.AnyTagClassName
{
color: #C3C2B9;
}
</style>
background-color css
<style>
a { background-color: #C3C2B9; }
a { background-color: rgb(195,194,185); }
div.DivClassName
{
background-color: #C3C2B9;
}
.BgClassName
{
background-color: #C3C2B9;
}
</style>
border-color css
<style>
span { border-color: #C3C2B9; }
span { border-color: rgb(195,194,185); }
td.TdClassName
{
border-color: #C3C2B9;
}
.TagClassName
{
border-color: #C3C2B9;
}
</style>