Shades of Burning Sand #CE805D
Tints of Burning Sand #CE805D
RGB
CMYK
RGB Variations
Color information
#CE805D (or 0xCE805D) is known color: Burning Sand. HEX triplet: CE, 80 and 5D. RGB value is (206,128,93). Sum of RGB (Red+Green+Blue) = 206+128+93=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE805D is #317FA2. Grayscale: #939393. Windows color (decimal): -3243939 or 6127822. OLE color: 6127822.
HSL color Cylindrical-coordinate representation of color #CE805D: hue angle of 18.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE805D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 93 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.19 |
| HSL | 18.58º | 0.54% | 0.59% | - |
| HSV(B) | 18.58º | 0.55% | 0.81% | - |
| XYZ | 35.15 | 29.35 | 14.17 | - |
| YUV | 147.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 93 | 0 | 0.38 | 0.55 | 0.19 | 18.58 | 0.54 | 0.59 |
| Hex | CE | 80 | 5D | 0 | 26 | 37 | 13 | 13 | 36 | 3B |
| Octal | 316 | 200 | 135 | 0 | 46 | 67 | 23 | 23 | 66 | 73 |
| Binary | 11001110 | 10000000 | 1011101 | 0 | 100110 | 110111 | 10011 | 10011 | 110110 | 111011 |
Color Harmonies of #CE805D
Complementary color
Monochromatic Colors of #CE805D
Black with #CE805D
Text Example
Text Example
White with #CE805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE805D; }
p { color: rgb(206,128,93); }
H1.HeaderClassName
{
color: #CE805D;
}
.AnyTagClassName
{
color: #CE805D;
}
</style>
background-color css
<style>
a { background-color: #CE805D; }
a { background-color: rgb(206,128,93); }
div.DivClassName
{
background-color: #CE805D;
}
.BgClassName
{
background-color: #CE805D;
}
</style>
border-color css
<style>
span { border-color: #CE805D; }
span { border-color: rgb(206,128,93); }
td.TdClassName
{
border-color: #CE805D;
}
.TagClassName
{
border-color: #CE805D;
}
</style>