Shades of Burning Sand #CE7D56
Tints of Burning Sand #CE7D56
RGB
CMYK
RGB Variations
Color information
#CE7D56 (or 0xCE7D56) is known color: Burning Sand. HEX triplet: CE, 7D and 56. RGB value is (206,125,86). Sum of RGB (Red+Green+Blue) = 206+125+86=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D56 is #3182A9. Grayscale: #919191. Windows color (decimal): -3244714 or 5668302. OLE color: 5668302.
HSL color Cylindrical-coordinate representation of color #CE7D56: hue angle of 19.5º 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 #CE7D56 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 86 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.19 |
| HSL | 19.5º | 0.55% | 0.57% | - |
| HSV(B) | 19.5º | 0.58% | 0.81% | - |
| XYZ | 34.47 | 28.46 | 12.48 | - |
| YUV | 144.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 86 | 0 | 0.39 | 0.58 | 0.19 | 19.5 | 0.55 | 0.57 |
| Hex | CE | 7D | 56 | 0 | 27 | 3A | 13 | 14 | 37 | 39 |
| Octal | 316 | 175 | 126 | 0 | 47 | 72 | 23 | 24 | 67 | 71 |
| Binary | 11001110 | 1111101 | 1010110 | 0 | 100111 | 111010 | 10011 | 10100 | 110111 | 111001 |
Color Harmonies of #CE7D56
Complementary color
Monochromatic Colors of #CE7D56
Black with #CE7D56
Text Example
Text Example
White with #CE7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D56; }
p { color: rgb(206,125,86); }
H1.HeaderClassName
{
color: #CE7D56;
}
.AnyTagClassName
{
color: #CE7D56;
}
</style>
background-color css
<style>
a { background-color: #CE7D56; }
a { background-color: rgb(206,125,86); }
div.DivClassName
{
background-color: #CE7D56;
}
.BgClassName
{
background-color: #CE7D56;
}
</style>
border-color css
<style>
span { border-color: #CE7D56; }
span { border-color: rgb(206,125,86); }
td.TdClassName
{
border-color: #CE7D56;
}
.TagClassName
{
border-color: #CE7D56;
}
</style>