Shades of Burning Sand #CE8056
Tints of Burning Sand #CE8056
RGB
CMYK
RGB Variations
Color information
#CE8056 (or 0xCE8056) is known color: Burning Sand. HEX triplet: CE, 80 and 56. RGB value is (206,128,86). Sum of RGB (Red+Green+Blue) = 206+128+86=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8056 is #317FA9. Grayscale: #929292. Windows color (decimal): -3243946 or 5669070. OLE color: 5669070.
HSL color Cylindrical-coordinate representation of color #CE8056: hue angle of 21º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE8056 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 86 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.19 |
| HSL | 21º | 0.55% | 0.57% | - |
| HSV(B) | 21º | 0.58% | 0.81% | - |
| XYZ | 34.85 | 29.23 | 12.61 | - |
| YUV | 146.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 86 | 0 | 0.38 | 0.58 | 0.19 | 21 | 0.55 | 0.57 |
| Hex | CE | 80 | 56 | 0 | 26 | 3A | 13 | 15 | 37 | 39 |
| Octal | 316 | 200 | 126 | 0 | 46 | 72 | 23 | 25 | 67 | 71 |
| Binary | 11001110 | 10000000 | 1010110 | 0 | 100110 | 111010 | 10011 | 10101 | 110111 | 111001 |
Color Harmonies of #CE8056
Complementary color
Monochromatic Colors of #CE8056
Black with #CE8056
Text Example
Text Example
White with #CE8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8056; }
p { color: rgb(206,128,86); }
H1.HeaderClassName
{
color: #CE8056;
}
.AnyTagClassName
{
color: #CE8056;
}
</style>
background-color css
<style>
a { background-color: #CE8056; }
a { background-color: rgb(206,128,86); }
div.DivClassName
{
background-color: #CE8056;
}
.BgClassName
{
background-color: #CE8056;
}
</style>
border-color css
<style>
span { border-color: #CE8056; }
span { border-color: rgb(206,128,86); }
td.TdClassName
{
border-color: #CE8056;
}
.TagClassName
{
border-color: #CE8056;
}
</style>