Shades of Silver Sand #C0BEB7
Tints of Silver Sand #C0BEB7
RGB
CMYK
RGB Variations
Color information
#C0BEB7 (or 0xC0BEB7) is known color: Silver Sand. HEX triplet: C0, BE and B7. RGB value is (192,190,183). Sum of RGB (Red+Green+Blue) = 192+190+183=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEB7 is #3F4148. Grayscale: #BDBDBD. Windows color (decimal): -4145481 or 12041920. OLE color: 12041920.
HSL color Cylindrical-coordinate representation of color #C0BEB7: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BEB7 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 190 | 183 | - |
CMYK | 0 | 0.01 | 0.05 | 0.25 |
HSL | 46.67º | 0.07% | 0.74% | - |
HSV(B) | 46.67º | 0.05% | 0.75% | - |
XYZ | 48.7 | 51.45 | 52.16 | - |
YUV | 189.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 183 | 0 | 0.01 | 0.05 | 0.25 | 46.67 | 0.07 | 0.74 |
Hex | C0 | BE | B7 | 0 | 1 | 5 | 19 | 2F | 7 | 4A |
Octal | 300 | 276 | 267 | 0 | 1 | 5 | 31 | 57 | 7 | 112 |
Binary | 11000000 | 10111110 | 10110111 | 0 | 1 | 101 | 11001 | 101111 | 111 | 1001010 |
Color Harmonies of #C0BEB7
Complementary color
Monochromatic Colors of #C0BEB7
Black with #C0BEB7
Text Example
Text Example
White with #C0BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEB7; }
p { color: rgb(192,190,183); }
H1.HeaderClassName
{
color: #C0BEB7;
}
.AnyTagClassName
{
color: #C0BEB7;
}
</style>
background-color css
<style>
a { background-color: #C0BEB7; }
a { background-color: rgb(192,190,183); }
div.DivClassName
{
background-color: #C0BEB7;
}
.BgClassName
{
background-color: #C0BEB7;
}
</style>
border-color css
<style>
span { border-color: #C0BEB7; }
span { border-color: rgb(192,190,183); }
td.TdClassName
{
border-color: #C0BEB7;
}
.TagClassName
{
border-color: #C0BEB7;
}
</style>