Shades of Burning Sand #C0855E
Tints of Burning Sand #C0855E
RGB
CMYK
RGB Variations
Color information
#C0855E (or 0xC0855E) is known color: Burning Sand. HEX triplet: C0, 85 and 5E. RGB value is (192,133,94). Sum of RGB (Red+Green+Blue) = 192+133+94=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0855E is #3F7AA1. Grayscale: #929292. Windows color (decimal): -4160162 or 6194624. OLE color: 6194624.
HSL color Cylindrical-coordinate representation of color #C0855E: hue angle of 23.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0855E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 94 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.25 |
| HSL | 23.88º | 0.44% | 0.56% | - |
| HSV(B) | 23.88º | 0.51% | 0.75% | - |
| XYZ | 32.15 | 28.79 | 14.45 | - |
| YUV | 146.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 94 | 0 | 0.31 | 0.51 | 0.25 | 23.88 | 0.44 | 0.56 |
| Hex | C0 | 85 | 5E | 0 | 1F | 33 | 19 | 18 | 2C | 38 |
| Octal | 300 | 205 | 136 | 0 | 37 | 63 | 31 | 30 | 54 | 70 |
| Binary | 11000000 | 10000101 | 1011110 | 0 | 11111 | 110011 | 11001 | 11000 | 101100 | 111000 |
Color Harmonies of #C0855E
Complementary color
Monochromatic Colors of #C0855E
Black with #C0855E
Text Example
Text Example
White with #C0855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0855E; }
p { color: rgb(192,133,94); }
H1.HeaderClassName
{
color: #C0855E;
}
.AnyTagClassName
{
color: #C0855E;
}
</style>
background-color css
<style>
a { background-color: #C0855E; }
a { background-color: rgb(192,133,94); }
div.DivClassName
{
background-color: #C0855E;
}
.BgClassName
{
background-color: #C0855E;
}
</style>
border-color css
<style>
span { border-color: #C0855E; }
span { border-color: rgb(192,133,94); }
td.TdClassName
{
border-color: #C0855E;
}
.TagClassName
{
border-color: #C0855E;
}
</style>