Shades of Burning Sand #CE8470
Tints of Burning Sand #CE8470
RGB
CMYK
RGB Variations
Color information
#CE8470 (or 0xCE8470) is known color: Burning Sand. HEX triplet: CE, 84 and 70. RGB value is (206,132,112). Sum of RGB (Red+Green+Blue) = 206+132+112=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8470 is #317B8F. Grayscale: #989898. Windows color (decimal): -3242896 or 7374030. OLE color: 7374030.
HSL color Cylindrical-coordinate representation of color #CE8470: hue angle of 12.77º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE8470 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 112 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.19 |
| HSL | 12.77º | 0.49% | 0.62% | - |
| HSV(B) | 12.77º | 0.46% | 0.81% | - |
| XYZ | 36.63 | 30.79 | 19.34 | - |
| YUV | 151.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 112 | 0 | 0.36 | 0.46 | 0.19 | 12.77 | 0.49 | 0.62 |
| Hex | CE | 84 | 70 | 0 | 24 | 2E | 13 | D | 31 | 3E |
| Octal | 316 | 204 | 160 | 0 | 44 | 56 | 23 | 15 | 61 | 76 |
| Binary | 11001110 | 10000100 | 1110000 | 0 | 100100 | 101110 | 10011 | 1101 | 110001 | 111110 |
Color Harmonies of #CE8470
Complementary color
Monochromatic Colors of #CE8470
Black with #CE8470
Text Example
Text Example
White with #CE8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8470; }
p { color: rgb(206,132,112); }
H1.HeaderClassName
{
color: #CE8470;
}
.AnyTagClassName
{
color: #CE8470;
}
</style>
background-color css
<style>
a { background-color: #CE8470; }
a { background-color: rgb(206,132,112); }
div.DivClassName
{
background-color: #CE8470;
}
.BgClassName
{
background-color: #CE8470;
}
</style>
border-color css
<style>
span { border-color: #CE8470; }
span { border-color: rgb(206,132,112); }
td.TdClassName
{
border-color: #CE8470;
}
.TagClassName
{
border-color: #CE8470;
}
</style>