Shades of Burning Sand #CE7E56
Tints of Burning Sand #CE7E56
RGB
CMYK
RGB Variations
Color information
#CE7E56 (or 0xCE7E56) is known color: Burning Sand. HEX triplet: CE, 7E and 56. RGB value is (206,126,86). Sum of RGB (Red+Green+Blue) = 206+126+86=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E56 is #3181A9. Grayscale: #919191. Windows color (decimal): -3244458 or 5668558. OLE color: 5668558.
HSL color Cylindrical-coordinate representation of color #CE7E56: hue angle of 20º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE7E56 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 86 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.19 |
| HSL | 20º | 0.55% | 0.57% | - |
| HSV(B) | 20º | 0.58% | 0.81% | - |
| XYZ | 34.59 | 28.72 | 12.52 | - |
| YUV | 145.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 86 | 0 | 0.39 | 0.58 | 0.19 | 20 | 0.55 | 0.57 |
| Hex | CE | 7E | 56 | 0 | 27 | 3A | 13 | 14 | 37 | 39 |
| Octal | 316 | 176 | 126 | 0 | 47 | 72 | 23 | 24 | 67 | 71 |
| Binary | 11001110 | 1111110 | 1010110 | 0 | 100111 | 111010 | 10011 | 10100 | 110111 | 111001 |
Color Harmonies of #CE7E56
Complementary color
Monochromatic Colors of #CE7E56
Black with #CE7E56
Text Example
Text Example
White with #CE7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E56; }
p { color: rgb(206,126,86); }
H1.HeaderClassName
{
color: #CE7E56;
}
.AnyTagClassName
{
color: #CE7E56;
}
</style>
background-color css
<style>
a { background-color: #CE7E56; }
a { background-color: rgb(206,126,86); }
div.DivClassName
{
background-color: #CE7E56;
}
.BgClassName
{
background-color: #CE7E56;
}
</style>
border-color css
<style>
span { border-color: #CE7E56; }
span { border-color: rgb(206,126,86); }
td.TdClassName
{
border-color: #CE7E56;
}
.TagClassName
{
border-color: #CE7E56;
}
</style>