Shades of Burning Sand #CE8663
Tints of Burning Sand #CE8663
RGB
CMYK
RGB Variations
Color information
#CE8663 (or 0xCE8663) is known color: Burning Sand. HEX triplet: CE, 86 and 63. RGB value is (206,134,99). Sum of RGB (Red+Green+Blue) = 206+134+99=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8663 is #31799C. Grayscale: #979797. Windows color (decimal): -3242397 or 6522574. OLE color: 6522574.
HSL color Cylindrical-coordinate representation of color #CE8663: hue angle of 19.63º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE8663 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 99 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.19 |
| HSL | 19.63º | 0.52% | 0.6% | - |
| HSV(B) | 19.63º | 0.52% | 0.81% | - |
| XYZ | 36.23 | 31.07 | 15.89 | - |
| YUV | 151.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 99 | 0 | 0.35 | 0.52 | 0.19 | 19.63 | 0.52 | 0.6 |
| Hex | CE | 86 | 63 | 0 | 23 | 34 | 13 | 14 | 34 | 3C |
| Octal | 316 | 206 | 143 | 0 | 43 | 64 | 23 | 24 | 64 | 74 |
| Binary | 11001110 | 10000110 | 1100011 | 0 | 100011 | 110100 | 10011 | 10100 | 110100 | 111100 |
Color Harmonies of #CE8663
Complementary color
Monochromatic Colors of #CE8663
Black with #CE8663
Text Example
Text Example
White with #CE8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8663; }
p { color: rgb(206,134,99); }
H1.HeaderClassName
{
color: #CE8663;
}
.AnyTagClassName
{
color: #CE8663;
}
</style>
background-color css
<style>
a { background-color: #CE8663; }
a { background-color: rgb(206,134,99); }
div.DivClassName
{
background-color: #CE8663;
}
.BgClassName
{
background-color: #CE8663;
}
</style>
border-color css
<style>
span { border-color: #CE8663; }
span { border-color: rgb(206,134,99); }
td.TdClassName
{
border-color: #CE8663;
}
.TagClassName
{
border-color: #CE8663;
}
</style>