Shades of Burning Sand #CE7F55
Tints of Burning Sand #CE7F55
RGB
CMYK
RGB Variations
Color information
#CE7F55 (or 0xCE7F55) is known color: Burning Sand. HEX triplet: CE, 7F and 55. RGB value is (206,127,85). Sum of RGB (Red+Green+Blue) = 206+127+85=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F55 is #3180AA. Grayscale: #929292. Windows color (decimal): -3244203 or 5603278. OLE color: 5603278.
HSL color Cylindrical-coordinate representation of color #CE7F55: hue angle of 20.83º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE7F55 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 85 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.19 |
| HSL | 20.83º | 0.55% | 0.57% | - |
| HSV(B) | 20.83º | 0.59% | 0.81% | - |
| XYZ | 34.68 | 28.96 | 12.36 | - |
| YUV | 145.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 85 | 0 | 0.38 | 0.59 | 0.19 | 20.83 | 0.55 | 0.57 |
| Hex | CE | 7F | 55 | 0 | 26 | 3B | 13 | 15 | 37 | 39 |
| Octal | 316 | 177 | 125 | 0 | 46 | 73 | 23 | 25 | 67 | 71 |
| Binary | 11001110 | 1111111 | 1010101 | 0 | 100110 | 111011 | 10011 | 10101 | 110111 | 111001 |
Color Harmonies of #CE7F55
Complementary color
Monochromatic Colors of #CE7F55
Black with #CE7F55
Text Example
Text Example
White with #CE7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F55; }
p { color: rgb(206,127,85); }
H1.HeaderClassName
{
color: #CE7F55;
}
.AnyTagClassName
{
color: #CE7F55;
}
</style>
background-color css
<style>
a { background-color: #CE7F55; }
a { background-color: rgb(206,127,85); }
div.DivClassName
{
background-color: #CE7F55;
}
.BgClassName
{
background-color: #CE7F55;
}
</style>
border-color css
<style>
span { border-color: #CE7F55; }
span { border-color: rgb(206,127,85); }
td.TdClassName
{
border-color: #CE7F55;
}
.TagClassName
{
border-color: #CE7F55;
}
</style>