Shades of Burning Sand #CE855C
Tints of Burning Sand #CE855C
RGB
CMYK
RGB Variations
Color information
#CE855C (or 0xCE855C) is known color: Burning Sand. HEX triplet: CE, 85 and 5C. RGB value is (206,133,92). Sum of RGB (Red+Green+Blue) = 206+133+92=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE855C is #317AA3. Grayscale: #969696. Windows color (decimal): -3242660 or 6063566. OLE color: 6063566.
HSL color Cylindrical-coordinate representation of color #CE855C: hue angle of 21.58º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE855C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 92 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.19 |
| HSL | 21.58º | 0.54% | 0.58% | - |
| HSV(B) | 21.58º | 0.55% | 0.81% | - |
| XYZ | 35.77 | 30.67 | 14.16 | - |
| YUV | 150.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 92 | 0 | 0.35 | 0.55 | 0.19 | 21.58 | 0.54 | 0.58 |
| Hex | CE | 85 | 5C | 0 | 23 | 37 | 13 | 16 | 36 | 3A |
| Octal | 316 | 205 | 134 | 0 | 43 | 67 | 23 | 26 | 66 | 72 |
| Binary | 11001110 | 10000101 | 1011100 | 0 | 100011 | 110111 | 10011 | 10110 | 110110 | 111010 |
Color Harmonies of #CE855C
Complementary color
Monochromatic Colors of #CE855C
Black with #CE855C
Text Example
Text Example
White with #CE855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE855C; }
p { color: rgb(206,133,92); }
H1.HeaderClassName
{
color: #CE855C;
}
.AnyTagClassName
{
color: #CE855C;
}
</style>
background-color css
<style>
a { background-color: #CE855C; }
a { background-color: rgb(206,133,92); }
div.DivClassName
{
background-color: #CE855C;
}
.BgClassName
{
background-color: #CE855C;
}
</style>
border-color css
<style>
span { border-color: #CE855C; }
span { border-color: rgb(206,133,92); }
td.TdClassName
{
border-color: #CE855C;
}
.TagClassName
{
border-color: #CE855C;
}
</style>