Shades of Burning Sand #CE8761
Tints of Burning Sand #CE8761
RGB
CMYK
RGB Variations
Color information
#CE8761 (or 0xCE8761) is known color: Burning Sand. HEX triplet: CE, 87 and 61. RGB value is (206,135,97). Sum of RGB (Red+Green+Blue) = 206+135+97=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8761 is #31789E. Grayscale: #989898. Windows color (decimal): -3242143 or 6391758. OLE color: 6391758.
HSL color Cylindrical-coordinate representation of color #CE8761: hue angle of 20.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE8761 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 97 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.19 |
| HSL | 20.92º | 0.53% | 0.59% | - |
| HSV(B) | 20.92º | 0.53% | 0.81% | - |
| XYZ | 36.28 | 31.31 | 15.44 | - |
| YUV | 151.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 97 | 0 | 0.34 | 0.53 | 0.19 | 20.92 | 0.53 | 0.59 |
| Hex | CE | 87 | 61 | 0 | 22 | 35 | 13 | 15 | 35 | 3B |
| Octal | 316 | 207 | 141 | 0 | 42 | 65 | 23 | 25 | 65 | 73 |
| Binary | 11001110 | 10000111 | 1100001 | 0 | 100010 | 110101 | 10011 | 10101 | 110101 | 111011 |
Color Harmonies of #CE8761
Complementary color
Monochromatic Colors of #CE8761
Black with #CE8761
Text Example
Text Example
White with #CE8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8761; }
p { color: rgb(206,135,97); }
H1.HeaderClassName
{
color: #CE8761;
}
.AnyTagClassName
{
color: #CE8761;
}
</style>
background-color css
<style>
a { background-color: #CE8761; }
a { background-color: rgb(206,135,97); }
div.DivClassName
{
background-color: #CE8761;
}
.BgClassName
{
background-color: #CE8761;
}
</style>
border-color css
<style>
span { border-color: #CE8761; }
span { border-color: rgb(206,135,97); }
td.TdClassName
{
border-color: #CE8761;
}
.TagClassName
{
border-color: #CE8761;
}
</style>