Shades of Burning Sand #CE8865
Tints of Burning Sand #CE8865
RGB
CMYK
RGB Variations
Color information
#CE8865 (or 0xCE8865) is known color: Burning Sand. HEX triplet: CE, 88 and 65. RGB value is (206,136,101). Sum of RGB (Red+Green+Blue) = 206+136+101=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8865 is #31779A. Grayscale: #999999. Windows color (decimal): -3241883 or 6654158. OLE color: 6654158.
HSL color Cylindrical-coordinate representation of color #CE8865: hue angle of 20º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE8865 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 101 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.19 |
| HSL | 20º | 0.52% | 0.6% | - |
| HSV(B) | 20º | 0.51% | 0.81% | - |
| XYZ | 36.61 | 31.67 | 16.5 | - |
| YUV | 152.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 101 | 0 | 0.34 | 0.51 | 0.19 | 20 | 0.52 | 0.6 |
| Hex | CE | 88 | 65 | 0 | 22 | 33 | 13 | 14 | 34 | 3C |
| Octal | 316 | 210 | 145 | 0 | 42 | 63 | 23 | 24 | 64 | 74 |
| Binary | 11001110 | 10001000 | 1100101 | 0 | 100010 | 110011 | 10011 | 10100 | 110100 | 111100 |
Color Harmonies of #CE8865
Complementary color
Monochromatic Colors of #CE8865
Black with #CE8865
Text Example
Text Example
White with #CE8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8865; }
p { color: rgb(206,136,101); }
H1.HeaderClassName
{
color: #CE8865;
}
.AnyTagClassName
{
color: #CE8865;
}
</style>
background-color css
<style>
a { background-color: #CE8865; }
a { background-color: rgb(206,136,101); }
div.DivClassName
{
background-color: #CE8865;
}
.BgClassName
{
background-color: #CE8865;
}
</style>
border-color css
<style>
span { border-color: #CE8865; }
span { border-color: rgb(206,136,101); }
td.TdClassName
{
border-color: #CE8865;
}
.TagClassName
{
border-color: #CE8865;
}
</style>