Shades of Burning Sand #CE8964
Tints of Burning Sand #CE8964
RGB
CMYK
RGB Variations
Color information
#CE8964 (or 0xCE8964) is known color: Burning Sand. HEX triplet: CE, 89 and 64. RGB value is (206,137,100). Sum of RGB (Red+Green+Blue) = 206+137+100=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8964 is #31769B. Grayscale: #999999. Windows color (decimal): -3241628 or 6588878. OLE color: 6588878.
HSL color Cylindrical-coordinate representation of color #CE8964: hue angle of 20.94º 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 #CE8964 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 100 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.19 |
| HSL | 20.94º | 0.52% | 0.6% | - |
| HSV(B) | 20.94º | 0.51% | 0.81% | - |
| XYZ | 36.7 | 31.93 | 16.29 | - |
| YUV | 153.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 100 | 0 | 0.33 | 0.51 | 0.19 | 20.94 | 0.52 | 0.6 |
| Hex | CE | 89 | 64 | 0 | 21 | 33 | 13 | 15 | 34 | 3C |
| Octal | 316 | 211 | 144 | 0 | 41 | 63 | 23 | 25 | 64 | 74 |
| Binary | 11001110 | 10001001 | 1100100 | 0 | 100001 | 110011 | 10011 | 10101 | 110100 | 111100 |
Color Harmonies of #CE8964
Complementary color
Monochromatic Colors of #CE8964
Black with #CE8964
Text Example
Text Example
White with #CE8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8964; }
p { color: rgb(206,137,100); }
H1.HeaderClassName
{
color: #CE8964;
}
.AnyTagClassName
{
color: #CE8964;
}
</style>
background-color css
<style>
a { background-color: #CE8964; }
a { background-color: rgb(206,137,100); }
div.DivClassName
{
background-color: #CE8964;
}
.BgClassName
{
background-color: #CE8964;
}
</style>
border-color css
<style>
span { border-color: #CE8964; }
span { border-color: rgb(206,137,100); }
td.TdClassName
{
border-color: #CE8964;
}
.TagClassName
{
border-color: #CE8964;
}
</style>