Shades of Burning Sand #CE8764
Tints of Burning Sand #CE8764
RGB
CMYK
RGB Variations
Color information
#CE8764 (or 0xCE8764) is known color: Burning Sand. HEX triplet: CE, 87 and 64. RGB value is (206,135,100). Sum of RGB (Red+Green+Blue) = 206+135+100=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8764 is #31789B. Grayscale: #989898. Windows color (decimal): -3242140 or 6588366. OLE color: 6588366.
HSL color Cylindrical-coordinate representation of color #CE8764: hue angle of 19.81º 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 #CE8764 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 100 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.19 |
| HSL | 19.81º | 0.52% | 0.6% | - |
| HSV(B) | 19.81º | 0.51% | 0.81% | - |
| XYZ | 36.42 | 31.37 | 16.19 | - |
| YUV | 152.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 100 | 0 | 0.34 | 0.51 | 0.19 | 19.81 | 0.52 | 0.6 |
| Hex | CE | 87 | 64 | 0 | 22 | 33 | 13 | 14 | 34 | 3C |
| Octal | 316 | 207 | 144 | 0 | 42 | 63 | 23 | 24 | 64 | 74 |
| Binary | 11001110 | 10000111 | 1100100 | 0 | 100010 | 110011 | 10011 | 10100 | 110100 | 111100 |
Color Harmonies of #CE8764
Complementary color
Monochromatic Colors of #CE8764
Black with #CE8764
Text Example
Text Example
White with #CE8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8764; }
p { color: rgb(206,135,100); }
H1.HeaderClassName
{
color: #CE8764;
}
.AnyTagClassName
{
color: #CE8764;
}
</style>
background-color css
<style>
a { background-color: #CE8764; }
a { background-color: rgb(206,135,100); }
div.DivClassName
{
background-color: #CE8764;
}
.BgClassName
{
background-color: #CE8764;
}
</style>
border-color css
<style>
span { border-color: #CE8764; }
span { border-color: rgb(206,135,100); }
td.TdClassName
{
border-color: #CE8764;
}
.TagClassName
{
border-color: #CE8764;
}
</style>