Shades of Silver Sand #C3C0B6
Tints of Silver Sand #C3C0B6
RGB
CMYK
RGB Variations
Color information
#C3C0B6 (or 0xC3C0B6) is known color: Silver Sand. HEX triplet: C3, C0 and B6. RGB value is (195,192,182). Sum of RGB (Red+Green+Blue) = 195+192+182=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0B6 is #3C3F49. Grayscale: #BFBFBF. Windows color (decimal): -3948362 or 11976899. OLE color: 11976899.
HSL color Cylindrical-coordinate representation of color #C3C0B6: hue angle of 46.15º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3C0B6 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 182 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.24 |
| HSL | 46.15º | 0.1% | 0.74% | - |
| HSV(B) | 46.15º | 0.07% | 0.76% | - |
| XYZ | 49.8 | 52.68 | 51.8 | - |
| YUV | 191.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 182 | 0 | 0.02 | 0.07 | 0.24 | 46.15 | 0.1 | 0.74 |
| Hex | C3 | C0 | B6 | 0 | 2 | 7 | 18 | 2E | A | 4A |
| Octal | 303 | 300 | 266 | 0 | 2 | 7 | 30 | 56 | 12 | 112 |
| Binary | 11000011 | 11000000 | 10110110 | 0 | 10 | 111 | 11000 | 101110 | 1010 | 1001010 |
Color Harmonies of #C3C0B6
Complementary color
Monochromatic Colors of #C3C0B6
Black with #C3C0B6
Text Example
Text Example
White with #C3C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0B6; }
p { color: rgb(195,192,182); }
H1.HeaderClassName
{
color: #C3C0B6;
}
.AnyTagClassName
{
color: #C3C0B6;
}
</style>
background-color css
<style>
a { background-color: #C3C0B6; }
a { background-color: rgb(195,192,182); }
div.DivClassName
{
background-color: #C3C0B6;
}
.BgClassName
{
background-color: #C3C0B6;
}
</style>
border-color css
<style>
span { border-color: #C3C0B6; }
span { border-color: rgb(195,192,182); }
td.TdClassName
{
border-color: #C3C0B6;
}
.TagClassName
{
border-color: #C3C0B6;
}
</style>