Shades of Burning Sand #CE7D5E
Tints of Burning Sand #CE7D5E
RGB
CMYK
RGB Variations
Color information
#CE7D5E (or 0xCE7D5E) is known color: Burning Sand. HEX triplet: CE, 7D and 5E. RGB value is (206,125,94). Sum of RGB (Red+Green+Blue) = 206+125+94=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D5E is #3182A1. Grayscale: #919191. Windows color (decimal): -3244706 or 6192590. OLE color: 6192590.
HSL color Cylindrical-coordinate representation of color #CE7D5E: hue angle of 16.61º 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 #CE7D5E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 94 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.19 |
| HSL | 16.61º | 0.53% | 0.59% | - |
| HSV(B) | 16.61º | 0.54% | 0.81% | - |
| XYZ | 34.81 | 28.6 | 14.27 | - |
| YUV | 145.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 94 | 0 | 0.39 | 0.54 | 0.19 | 16.61 | 0.53 | 0.59 |
| Hex | CE | 7D | 5E | 0 | 27 | 36 | 13 | 11 | 35 | 3B |
| Octal | 316 | 175 | 136 | 0 | 47 | 66 | 23 | 21 | 65 | 73 |
| Binary | 11001110 | 1111101 | 1011110 | 0 | 100111 | 110110 | 10011 | 10001 | 110101 | 111011 |
Color Harmonies of #CE7D5E
Complementary color
Monochromatic Colors of #CE7D5E
Black with #CE7D5E
Text Example
Text Example
White with #CE7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D5E; }
p { color: rgb(206,125,94); }
H1.HeaderClassName
{
color: #CE7D5E;
}
.AnyTagClassName
{
color: #CE7D5E;
}
</style>
background-color css
<style>
a { background-color: #CE7D5E; }
a { background-color: rgb(206,125,94); }
div.DivClassName
{
background-color: #CE7D5E;
}
.BgClassName
{
background-color: #CE7D5E;
}
</style>
border-color css
<style>
span { border-color: #CE7D5E; }
span { border-color: rgb(206,125,94); }
td.TdClassName
{
border-color: #CE7D5E;
}
.TagClassName
{
border-color: #CE7D5E;
}
</style>