Shades of Silver Sand #C0BEAF
Tints of Silver Sand #C0BEAF
RGB
CMYK
RGB Variations
Color information
#C0BEAF (or 0xC0BEAF) is known color: Silver Sand. HEX triplet: C0, BE and AF. RGB value is (192,190,175). Sum of RGB (Red+Green+Blue) = 192+190+175=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEAF is #3F4150. Grayscale: #BCBCBC. Windows color (decimal): -4145489 or 11517632. OLE color: 11517632.
HSL color Cylindrical-coordinate representation of color #C0BEAF: hue angle of 52.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BEAF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 175 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.25 |
| HSL | 52.94º | 0.12% | 0.72% | - |
| HSV(B) | 52.94º | 0.09% | 0.75% | - |
| XYZ | 47.89 | 51.13 | 47.9 | - |
| YUV | 188.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 175 | 0 | 0.01 | 0.09 | 0.25 | 52.94 | 0.12 | 0.72 |
| Hex | C0 | BE | AF | 0 | 1 | 9 | 19 | 35 | C | 48 |
| Octal | 300 | 276 | 257 | 0 | 1 | 11 | 31 | 65 | 14 | 110 |
| Binary | 11000000 | 10111110 | 10101111 | 0 | 1 | 1001 | 11001 | 110101 | 1100 | 1001000 |
Color Harmonies of #C0BEAF
Complementary color
Monochromatic Colors of #C0BEAF
Black with #C0BEAF
Text Example
Text Example
White with #C0BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEAF; }
p { color: rgb(192,190,175); }
H1.HeaderClassName
{
color: #C0BEAF;
}
.AnyTagClassName
{
color: #C0BEAF;
}
</style>
background-color css
<style>
a { background-color: #C0BEAF; }
a { background-color: rgb(192,190,175); }
div.DivClassName
{
background-color: #C0BEAF;
}
.BgClassName
{
background-color: #C0BEAF;
}
</style>
border-color css
<style>
span { border-color: #C0BEAF; }
span { border-color: rgb(192,190,175); }
td.TdClassName
{
border-color: #C0BEAF;
}
.TagClassName
{
border-color: #C0BEAF;
}
</style>