Shades of Silver Sand #C3C0B3
Tints of Silver Sand #C3C0B3
RGB
CMYK
RGB Variations
Color information
#C3C0B3 (or 0xC3C0B3) is known color: Silver Sand. HEX triplet: C3, C0 and B3. RGB value is (195,192,179). Sum of RGB (Red+Green+Blue) = 195+192+179=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0B3 is #3C3F4C. Grayscale: #BFBFBF. Windows color (decimal): -3948365 or 11780291. OLE color: 11780291.
HSL color Cylindrical-coordinate representation of color #C3C0B3: hue angle of 48.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3C0B3 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 179 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.24 |
| HSL | 48.75º | 0.12% | 0.73% | - |
| HSV(B) | 48.75º | 0.08% | 0.76% | - |
| XYZ | 49.49 | 52.56 | 50.18 | - |
| YUV | 191.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 179 | 0 | 0.02 | 0.08 | 0.24 | 48.75 | 0.12 | 0.73 |
| Hex | C3 | C0 | B3 | 0 | 2 | 8 | 18 | 31 | C | 49 |
| Octal | 303 | 300 | 263 | 0 | 2 | 10 | 30 | 61 | 14 | 111 |
| Binary | 11000011 | 11000000 | 10110011 | 0 | 10 | 1000 | 11000 | 110001 | 1100 | 1001001 |
Color Harmonies of #C3C0B3
Complementary color
Monochromatic Colors of #C3C0B3
Black with #C3C0B3
Text Example
Text Example
White with #C3C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0B3; }
p { color: rgb(195,192,179); }
H1.HeaderClassName
{
color: #C3C0B3;
}
.AnyTagClassName
{
color: #C3C0B3;
}
</style>
background-color css
<style>
a { background-color: #C3C0B3; }
a { background-color: rgb(195,192,179); }
div.DivClassName
{
background-color: #C3C0B3;
}
.BgClassName
{
background-color: #C3C0B3;
}
</style>
border-color css
<style>
span { border-color: #C3C0B3; }
span { border-color: rgb(195,192,179); }
td.TdClassName
{
border-color: #C3C0B3;
}
.TagClassName
{
border-color: #C3C0B3;
}
</style>