Shades of Burning Sand #CE8158
Tints of Burning Sand #CE8158
RGB
CMYK
RGB Variations
Color information
#CE8158 (or 0xCE8158) is known color: Burning Sand. HEX triplet: CE, 81 and 58. RGB value is (206,129,88). Sum of RGB (Red+Green+Blue) = 206+129+88=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8158 is #317EA7. Grayscale: #939393. Windows color (decimal): -3243688 or 5800398. OLE color: 5800398.
HSL color Cylindrical-coordinate representation of color #CE8158: hue angle of 20.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE8158 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 88 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.19 |
| HSL | 20.85º | 0.55% | 0.58% | - |
| HSV(B) | 20.85º | 0.57% | 0.81% | - |
| XYZ | 35.07 | 29.53 | 13.08 | - |
| YUV | 147.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 88 | 0 | 0.37 | 0.57 | 0.19 | 20.85 | 0.55 | 0.58 |
| Hex | CE | 81 | 58 | 0 | 25 | 39 | 13 | 15 | 37 | 3A |
| Octal | 316 | 201 | 130 | 0 | 45 | 71 | 23 | 25 | 67 | 72 |
| Binary | 11001110 | 10000001 | 1011000 | 0 | 100101 | 111001 | 10011 | 10101 | 110111 | 111010 |
Color Harmonies of #CE8158
Complementary color
Monochromatic Colors of #CE8158
Black with #CE8158
Text Example
Text Example
White with #CE8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8158; }
p { color: rgb(206,129,88); }
H1.HeaderClassName
{
color: #CE8158;
}
.AnyTagClassName
{
color: #CE8158;
}
</style>
background-color css
<style>
a { background-color: #CE8158; }
a { background-color: rgb(206,129,88); }
div.DivClassName
{
background-color: #CE8158;
}
.BgClassName
{
background-color: #CE8158;
}
</style>
border-color css
<style>
span { border-color: #CE8158; }
span { border-color: rgb(206,129,88); }
td.TdClassName
{
border-color: #CE8158;
}
.TagClassName
{
border-color: #CE8158;
}
</style>