Shades of Burning Sand #CE855B
Tints of Burning Sand #CE855B
RGB
CMYK
RGB Variations
Color information
#CE855B (or 0xCE855B) is known color: Burning Sand. HEX triplet: CE, 85 and 5B. RGB value is (206,133,91). Sum of RGB (Red+Green+Blue) = 206+133+91=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE855B is #317AA4. Grayscale: #969696. Windows color (decimal): -3242661 or 5998030. OLE color: 5998030.
HSL color Cylindrical-coordinate representation of color #CE855B: hue angle of 21.91º 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 #CE855B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 91 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.19 |
| HSL | 21.91º | 0.54% | 0.58% | - |
| HSV(B) | 21.91º | 0.56% | 0.81% | - |
| XYZ | 35.73 | 30.65 | 13.93 | - |
| YUV | 150.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 91 | 0 | 0.35 | 0.56 | 0.19 | 21.91 | 0.54 | 0.58 |
| Hex | CE | 85 | 5B | 0 | 23 | 38 | 13 | 16 | 36 | 3A |
| Octal | 316 | 205 | 133 | 0 | 43 | 70 | 23 | 26 | 66 | 72 |
| Binary | 11001110 | 10000101 | 1011011 | 0 | 100011 | 111000 | 10011 | 10110 | 110110 | 111010 |
Color Harmonies of #CE855B
Complementary color
Monochromatic Colors of #CE855B
Black with #CE855B
Text Example
Text Example
White with #CE855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE855B; }
p { color: rgb(206,133,91); }
H1.HeaderClassName
{
color: #CE855B;
}
.AnyTagClassName
{
color: #CE855B;
}
</style>
background-color css
<style>
a { background-color: #CE855B; }
a { background-color: rgb(206,133,91); }
div.DivClassName
{
background-color: #CE855B;
}
.BgClassName
{
background-color: #CE855B;
}
</style>
border-color css
<style>
span { border-color: #CE855B; }
span { border-color: rgb(206,133,91); }
td.TdClassName
{
border-color: #CE855B;
}
.TagClassName
{
border-color: #CE855B;
}
</style>