Shades of Burning Sand #CE805F
Tints of Burning Sand #CE805F
RGB
CMYK
RGB Variations
Color information
#CE805F (or 0xCE805F) is known color: Burning Sand. HEX triplet: CE, 80 and 5F. RGB value is (206,128,95). Sum of RGB (Red+Green+Blue) = 206+128+95=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE805F is #317FA0. Grayscale: #939393. Windows color (decimal): -3243937 or 6258894. OLE color: 6258894.
HSL color Cylindrical-coordinate representation of color #CE805F: hue angle of 17.84º 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 #CE805F is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 95 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.19 |
| HSL | 17.84º | 0.53% | 0.59% | - |
| HSV(B) | 17.84º | 0.54% | 0.81% | - |
| XYZ | 35.24 | 29.39 | 14.64 | - |
| YUV | 147.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 95 | 0 | 0.38 | 0.54 | 0.19 | 17.84 | 0.53 | 0.59 |
| Hex | CE | 80 | 5F | 0 | 26 | 36 | 13 | 12 | 35 | 3B |
| Octal | 316 | 200 | 137 | 0 | 46 | 66 | 23 | 22 | 65 | 73 |
| Binary | 11001110 | 10000000 | 1011111 | 0 | 100110 | 110110 | 10011 | 10010 | 110101 | 111011 |
Color Harmonies of #CE805F
Complementary color
Monochromatic Colors of #CE805F
Black with #CE805F
Text Example
Text Example
White with #CE805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE805F; }
p { color: rgb(206,128,95); }
H1.HeaderClassName
{
color: #CE805F;
}
.AnyTagClassName
{
color: #CE805F;
}
</style>
background-color css
<style>
a { background-color: #CE805F; }
a { background-color: rgb(206,128,95); }
div.DivClassName
{
background-color: #CE805F;
}
.BgClassName
{
background-color: #CE805F;
}
</style>
border-color css
<style>
span { border-color: #CE805F; }
span { border-color: rgb(206,128,95); }
td.TdClassName
{
border-color: #CE805F;
}
.TagClassName
{
border-color: #CE805F;
}
</style>