Shades of Burning Sand #CE865E
Tints of Burning Sand #CE865E
RGB
CMYK
RGB Variations
Color information
#CE865E (or 0xCE865E) is known color: Burning Sand. HEX triplet: CE, 86 and 5E. RGB value is (206,134,94). Sum of RGB (Red+Green+Blue) = 206+134+94=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE865E is #3179A1. Grayscale: #979797. Windows color (decimal): -3242402 or 6194894. OLE color: 6194894.
HSL color Cylindrical-coordinate representation of color #CE865E: hue angle of 21.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE865E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 94 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.19 |
| HSL | 21.43º | 0.53% | 0.59% | - |
| HSV(B) | 21.43º | 0.54% | 0.81% | - |
| XYZ | 36 | 30.98 | 14.67 | - |
| YUV | 150.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 94 | 0 | 0.35 | 0.54 | 0.19 | 21.43 | 0.53 | 0.59 |
| Hex | CE | 86 | 5E | 0 | 23 | 36 | 13 | 15 | 35 | 3B |
| Octal | 316 | 206 | 136 | 0 | 43 | 66 | 23 | 25 | 65 | 73 |
| Binary | 11001110 | 10000110 | 1011110 | 0 | 100011 | 110110 | 10011 | 10101 | 110101 | 111011 |
Color Harmonies of #CE865E
Complementary color
Monochromatic Colors of #CE865E
Black with #CE865E
Text Example
Text Example
White with #CE865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE865E; }
p { color: rgb(206,134,94); }
H1.HeaderClassName
{
color: #CE865E;
}
.AnyTagClassName
{
color: #CE865E;
}
</style>
background-color css
<style>
a { background-color: #CE865E; }
a { background-color: rgb(206,134,94); }
div.DivClassName
{
background-color: #CE865E;
}
.BgClassName
{
background-color: #CE865E;
}
</style>
border-color css
<style>
span { border-color: #CE865E; }
span { border-color: rgb(206,134,94); }
td.TdClassName
{
border-color: #CE865E;
}
.TagClassName
{
border-color: #CE865E;
}
</style>