Shades of Burning Sand #CE8560
Tints of Burning Sand #CE8560
RGB
CMYK
RGB Variations
Color information
#CE8560 (or 0xCE8560) is known color: Burning Sand. HEX triplet: CE, 85 and 60. RGB value is (206,133,96). Sum of RGB (Red+Green+Blue) = 206+133+96=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8560 is #317A9F. Grayscale: #969696. Windows color (decimal): -3242656 or 6325710. OLE color: 6325710.
HSL color Cylindrical-coordinate representation of color #CE8560: hue angle of 20.18º 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 #CE8560 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 96 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.19 |
| HSL | 20.18º | 0.53% | 0.59% | - |
| HSV(B) | 20.18º | 0.53% | 0.81% | - |
| XYZ | 35.95 | 30.74 | 15.11 | - |
| YUV | 150.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 96 | 0 | 0.35 | 0.53 | 0.19 | 20.18 | 0.53 | 0.59 |
| Hex | CE | 85 | 60 | 0 | 23 | 35 | 13 | 14 | 35 | 3B |
| Octal | 316 | 205 | 140 | 0 | 43 | 65 | 23 | 24 | 65 | 73 |
| Binary | 11001110 | 10000101 | 1100000 | 0 | 100011 | 110101 | 10011 | 10100 | 110101 | 111011 |
Color Harmonies of #CE8560
Complementary color
Monochromatic Colors of #CE8560
Black with #CE8560
Text Example
Text Example
White with #CE8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8560; }
p { color: rgb(206,133,96); }
H1.HeaderClassName
{
color: #CE8560;
}
.AnyTagClassName
{
color: #CE8560;
}
</style>
background-color css
<style>
a { background-color: #CE8560; }
a { background-color: rgb(206,133,96); }
div.DivClassName
{
background-color: #CE8560;
}
.BgClassName
{
background-color: #CE8560;
}
</style>
border-color css
<style>
span { border-color: #CE8560; }
span { border-color: rgb(206,133,96); }
td.TdClassName
{
border-color: #CE8560;
}
.TagClassName
{
border-color: #CE8560;
}
</style>