Shades of Burning Sand #CE805B
Tints of Burning Sand #CE805B
RGB
CMYK
RGB Variations
Color information
#CE805B (or 0xCE805B) is known color: Burning Sand. HEX triplet: CE, 80 and 5B. RGB value is (206,128,91). Sum of RGB (Red+Green+Blue) = 206+128+91=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE805B is #317FA4. Grayscale: #939393. Windows color (decimal): -3243941 or 5996750. OLE color: 5996750.
HSL color Cylindrical-coordinate representation of color #CE805B: hue angle of 19.3º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE805B is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 91 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.19 |
| HSL | 19.3º | 0.54% | 0.58% | - |
| HSV(B) | 19.3º | 0.56% | 0.81% | - |
| XYZ | 35.06 | 29.32 | 13.71 | - |
| YUV | 147.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 91 | 0 | 0.38 | 0.56 | 0.19 | 19.3 | 0.54 | 0.58 |
| Hex | CE | 80 | 5B | 0 | 26 | 38 | 13 | 13 | 36 | 3A |
| Octal | 316 | 200 | 133 | 0 | 46 | 70 | 23 | 23 | 66 | 72 |
| Binary | 11001110 | 10000000 | 1011011 | 0 | 100110 | 111000 | 10011 | 10011 | 110110 | 111010 |
Color Harmonies of #CE805B
Complementary color
Monochromatic Colors of #CE805B
Black with #CE805B
Text Example
Text Example
White with #CE805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE805B; }
p { color: rgb(206,128,91); }
H1.HeaderClassName
{
color: #CE805B;
}
.AnyTagClassName
{
color: #CE805B;
}
</style>
background-color css
<style>
a { background-color: #CE805B; }
a { background-color: rgb(206,128,91); }
div.DivClassName
{
background-color: #CE805B;
}
.BgClassName
{
background-color: #CE805B;
}
</style>
border-color css
<style>
span { border-color: #CE805B; }
span { border-color: rgb(206,128,91); }
td.TdClassName
{
border-color: #CE805B;
}
.TagClassName
{
border-color: #CE805B;
}
</style>