Shades of Burning Sand #CE8564
Tints of Burning Sand #CE8564
RGB
CMYK
RGB Variations
Color information
#CE8564 (or 0xCE8564) is known color: Burning Sand. HEX triplet: CE, 85 and 64. RGB value is (206,133,100). Sum of RGB (Red+Green+Blue) = 206+133+100=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8564 is #317A9B. Grayscale: #979797. Windows color (decimal): -3242652 or 6587854. OLE color: 6587854.
HSL color Cylindrical-coordinate representation of color #CE8564: hue angle of 18.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE8564 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 100 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.19 |
| HSL | 18.68º | 0.52% | 0.6% | - |
| HSV(B) | 18.68º | 0.51% | 0.81% | - |
| XYZ | 36.14 | 30.82 | 16.1 | - |
| YUV | 151.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 100 | 0 | 0.35 | 0.51 | 0.19 | 18.68 | 0.52 | 0.6 |
| Hex | CE | 85 | 64 | 0 | 23 | 33 | 13 | 13 | 34 | 3C |
| Octal | 316 | 205 | 144 | 0 | 43 | 63 | 23 | 23 | 64 | 74 |
| Binary | 11001110 | 10000101 | 1100100 | 0 | 100011 | 110011 | 10011 | 10011 | 110100 | 111100 |
Color Harmonies of #CE8564
Complementary color
Monochromatic Colors of #CE8564
Black with #CE8564
Text Example
Text Example
White with #CE8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8564; }
p { color: rgb(206,133,100); }
H1.HeaderClassName
{
color: #CE8564;
}
.AnyTagClassName
{
color: #CE8564;
}
</style>
background-color css
<style>
a { background-color: #CE8564; }
a { background-color: rgb(206,133,100); }
div.DivClassName
{
background-color: #CE8564;
}
.BgClassName
{
background-color: #CE8564;
}
</style>
border-color css
<style>
span { border-color: #CE8564; }
span { border-color: rgb(206,133,100); }
td.TdClassName
{
border-color: #CE8564;
}
.TagClassName
{
border-color: #CE8564;
}
</style>