Shades of Burning Sand #CE8766
Tints of Burning Sand #CE8766
RGB
CMYK
RGB Variations
Color information
#CE8766 (or 0xCE8766) is known color: Burning Sand. HEX triplet: CE, 87 and 66. RGB value is (206,135,102). Sum of RGB (Red+Green+Blue) = 206+135+102=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8766 is #317899. Grayscale: #989898. Windows color (decimal): -3242138 or 6719438. OLE color: 6719438.
HSL color Cylindrical-coordinate representation of color #CE8766: hue angle of 19.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8766 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 102 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.19 |
| HSL | 19.04º | 0.51% | 0.6% | - |
| HSV(B) | 19.04º | 0.5% | 0.81% | - |
| XYZ | 36.52 | 31.41 | 16.71 | - |
| YUV | 152.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 102 | 0 | 0.34 | 0.50 | 0.19 | 19.04 | 0.51 | 0.6 |
| Hex | CE | 87 | 66 | 0 | 22 | 32 | 13 | 13 | 33 | 3C |
| Octal | 316 | 207 | 146 | 0 | 42 | 62 | 23 | 23 | 63 | 74 |
| Binary | 11001110 | 10000111 | 1100110 | 0 | 100010 | 110010 | 10011 | 10011 | 110011 | 111100 |
Color Harmonies of #CE8766
Complementary color
Monochromatic Colors of #CE8766
Black with #CE8766
Text Example
Text Example
White with #CE8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8766; }
p { color: rgb(206,135,102); }
H1.HeaderClassName
{
color: #CE8766;
}
.AnyTagClassName
{
color: #CE8766;
}
</style>
background-color css
<style>
a { background-color: #CE8766; }
a { background-color: rgb(206,135,102); }
div.DivClassName
{
background-color: #CE8766;
}
.BgClassName
{
background-color: #CE8766;
}
</style>
border-color css
<style>
span { border-color: #CE8766; }
span { border-color: rgb(206,135,102); }
td.TdClassName
{
border-color: #CE8766;
}
.TagClassName
{
border-color: #CE8766;
}
</style>