Shades of Burning Sand #CE7D59
Tints of Burning Sand #CE7D59
RGB
CMYK
RGB Variations
Color information
#CE7D59 (or 0xCE7D59) is known color: Burning Sand. HEX triplet: CE, 7D and 59. RGB value is (206,125,89). Sum of RGB (Red+Green+Blue) = 206+125+89=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D59 is #3182A6. Grayscale: #919191. Windows color (decimal): -3244711 or 5864910. OLE color: 5864910.
HSL color Cylindrical-coordinate representation of color #CE7D59: hue angle of 18.46º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE7D59 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 89 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.19 |
| HSL | 18.46º | 0.54% | 0.58% | - |
| HSV(B) | 18.46º | 0.57% | 0.81% | - |
| XYZ | 34.59 | 28.51 | 13.13 | - |
| YUV | 145.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 89 | 0 | 0.39 | 0.57 | 0.19 | 18.46 | 0.54 | 0.58 |
| Hex | CE | 7D | 59 | 0 | 27 | 39 | 13 | 12 | 36 | 3A |
| Octal | 316 | 175 | 131 | 0 | 47 | 71 | 23 | 22 | 66 | 72 |
| Binary | 11001110 | 1111101 | 1011001 | 0 | 100111 | 111001 | 10011 | 10010 | 110110 | 111010 |
Color Harmonies of #CE7D59
Complementary color
Monochromatic Colors of #CE7D59
Black with #CE7D59
Text Example
Text Example
White with #CE7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D59; }
p { color: rgb(206,125,89); }
H1.HeaderClassName
{
color: #CE7D59;
}
.AnyTagClassName
{
color: #CE7D59;
}
</style>
background-color css
<style>
a { background-color: #CE7D59; }
a { background-color: rgb(206,125,89); }
div.DivClassName
{
background-color: #CE7D59;
}
.BgClassName
{
background-color: #CE7D59;
}
</style>
border-color css
<style>
span { border-color: #CE7D59; }
span { border-color: rgb(206,125,89); }
td.TdClassName
{
border-color: #CE7D59;
}
.TagClassName
{
border-color: #CE7D59;
}
</style>