Shades of Burning Sand #CE8256
Tints of Burning Sand #CE8256
RGB
CMYK
RGB Variations
Color information
#CE8256 (or 0xCE8256) is known color: Burning Sand. HEX triplet: CE, 82 and 56. RGB value is (206,130,86). Sum of RGB (Red+Green+Blue) = 206+130+86=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8256 is #317DA9. Grayscale: #939393. Windows color (decimal): -3243434 or 5669582. OLE color: 5669582.
HSL color Cylindrical-coordinate representation of color #CE8256: hue angle of 22º 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 #CE8256 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 86 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.19 |
| HSL | 22º | 0.55% | 0.57% | - |
| HSV(B) | 22º | 0.58% | 0.81% | - |
| XYZ | 35.12 | 29.76 | 12.7 | - |
| YUV | 147.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 86 | 0 | 0.37 | 0.58 | 0.19 | 22 | 0.55 | 0.57 |
| Hex | CE | 82 | 56 | 0 | 25 | 3A | 13 | 16 | 37 | 39 |
| Octal | 316 | 202 | 126 | 0 | 45 | 72 | 23 | 26 | 67 | 71 |
| Binary | 11001110 | 10000010 | 1010110 | 0 | 100101 | 111010 | 10011 | 10110 | 110111 | 111001 |
Color Harmonies of #CE8256
Complementary color
Monochromatic Colors of #CE8256
Black with #CE8256
Text Example
Text Example
White with #CE8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8256; }
p { color: rgb(206,130,86); }
H1.HeaderClassName
{
color: #CE8256;
}
.AnyTagClassName
{
color: #CE8256;
}
</style>
background-color css
<style>
a { background-color: #CE8256; }
a { background-color: rgb(206,130,86); }
div.DivClassName
{
background-color: #CE8256;
}
.BgClassName
{
background-color: #CE8256;
}
</style>
border-color css
<style>
span { border-color: #CE8256; }
span { border-color: rgb(206,130,86); }
td.TdClassName
{
border-color: #CE8256;
}
.TagClassName
{
border-color: #CE8256;
}
</style>