Shades of Burning Sand #CE835E
Tints of Burning Sand #CE835E
RGB
CMYK
RGB Variations
Color information
#CE835E (or 0xCE835E) is known color: Burning Sand. HEX triplet: CE, 83 and 5E. RGB value is (206,131,94). Sum of RGB (Red+Green+Blue) = 206+131+94=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE835E is #317CA1. Grayscale: #959595. Windows color (decimal): -3243170 or 6194126. OLE color: 6194126.
HSL color Cylindrical-coordinate representation of color #CE835E: hue angle of 19.82º 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 #CE835E is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 94 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.19 |
| HSL | 19.82º | 0.53% | 0.59% | - |
| HSV(B) | 19.82º | 0.54% | 0.81% | - |
| XYZ | 35.59 | 30.16 | 14.54 | - |
| YUV | 149.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 94 | 0 | 0.36 | 0.54 | 0.19 | 19.82 | 0.53 | 0.59 |
| Hex | CE | 83 | 5E | 0 | 24 | 36 | 13 | 14 | 35 | 3B |
| Octal | 316 | 203 | 136 | 0 | 44 | 66 | 23 | 24 | 65 | 73 |
| Binary | 11001110 | 10000011 | 1011110 | 0 | 100100 | 110110 | 10011 | 10100 | 110101 | 111011 |
Color Harmonies of #CE835E
Complementary color
Monochromatic Colors of #CE835E
Black with #CE835E
Text Example
Text Example
White with #CE835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE835E; }
p { color: rgb(206,131,94); }
H1.HeaderClassName
{
color: #CE835E;
}
.AnyTagClassName
{
color: #CE835E;
}
</style>
background-color css
<style>
a { background-color: #CE835E; }
a { background-color: rgb(206,131,94); }
div.DivClassName
{
background-color: #CE835E;
}
.BgClassName
{
background-color: #CE835E;
}
</style>
border-color css
<style>
span { border-color: #CE835E; }
span { border-color: rgb(206,131,94); }
td.TdClassName
{
border-color: #CE835E;
}
.TagClassName
{
border-color: #CE835E;
}
</style>