Shades of Burning Sand #CE8060
Tints of Burning Sand #CE8060
RGB
CMYK
RGB Variations
Color information
#CE8060 (or 0xCE8060) is known color: Burning Sand. HEX triplet: CE, 80 and 60. RGB value is (206,128,96). Sum of RGB (Red+Green+Blue) = 206+128+96=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8060 is #317F9F. Grayscale: #939393. Windows color (decimal): -3243936 or 6324430. OLE color: 6324430.
HSL color Cylindrical-coordinate representation of color #CE8060: hue angle of 17.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE8060 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 96 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.19 |
| HSL | 17.45º | 0.53% | 0.59% | - |
| HSV(B) | 17.45º | 0.53% | 0.81% | - |
| XYZ | 35.28 | 29.4 | 14.88 | - |
| YUV | 147.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 96 | 0 | 0.38 | 0.53 | 0.19 | 17.45 | 0.53 | 0.59 |
| Hex | CE | 80 | 60 | 0 | 26 | 35 | 13 | 11 | 35 | 3B |
| Octal | 316 | 200 | 140 | 0 | 46 | 65 | 23 | 21 | 65 | 73 |
| Binary | 11001110 | 10000000 | 1100000 | 0 | 100110 | 110101 | 10011 | 10001 | 110101 | 111011 |
Color Harmonies of #CE8060
Complementary color
Monochromatic Colors of #CE8060
Black with #CE8060
Text Example
Text Example
White with #CE8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8060; }
p { color: rgb(206,128,96); }
H1.HeaderClassName
{
color: #CE8060;
}
.AnyTagClassName
{
color: #CE8060;
}
</style>
background-color css
<style>
a { background-color: #CE8060; }
a { background-color: rgb(206,128,96); }
div.DivClassName
{
background-color: #CE8060;
}
.BgClassName
{
background-color: #CE8060;
}
</style>
border-color css
<style>
span { border-color: #CE8060; }
span { border-color: rgb(206,128,96); }
td.TdClassName
{
border-color: #CE8060;
}
.TagClassName
{
border-color: #CE8060;
}
</style>