Shades of Burning Sand #CE866D
Tints of Burning Sand #CE866D
RGB
CMYK
RGB Variations
Color information
#CE866D (or 0xCE866D) is known color: Burning Sand. HEX triplet: CE, 86 and 6D. RGB value is (206,134,109). Sum of RGB (Red+Green+Blue) = 206+134+109=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE866D is #317992. Grayscale: #989898. Windows color (decimal): -3242387 or 7177934. OLE color: 7177934.
HSL color Cylindrical-coordinate representation of color #CE866D: hue angle of 15.46º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE866D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 109 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.19 |
| HSL | 15.46º | 0.5% | 0.62% | - |
| HSV(B) | 15.46º | 0.47% | 0.81% | - |
| XYZ | 36.74 | 31.28 | 18.57 | - |
| YUV | 152.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 109 | 0 | 0.35 | 0.47 | 0.19 | 15.46 | 0.5 | 0.62 |
| Hex | CE | 86 | 6D | 0 | 23 | 2F | 13 | F | 32 | 3E |
| Octal | 316 | 206 | 155 | 0 | 43 | 57 | 23 | 17 | 62 | 76 |
| Binary | 11001110 | 10000110 | 1101101 | 0 | 100011 | 101111 | 10011 | 1111 | 110010 | 111110 |
Color Harmonies of #CE866D
Complementary color
Monochromatic Colors of #CE866D
Black with #CE866D
Text Example
Text Example
White with #CE866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE866D; }
p { color: rgb(206,134,109); }
H1.HeaderClassName
{
color: #CE866D;
}
.AnyTagClassName
{
color: #CE866D;
}
</style>
background-color css
<style>
a { background-color: #CE866D; }
a { background-color: rgb(206,134,109); }
div.DivClassName
{
background-color: #CE866D;
}
.BgClassName
{
background-color: #CE866D;
}
</style>
border-color css
<style>
span { border-color: #CE866D; }
span { border-color: rgb(206,134,109); }
td.TdClassName
{
border-color: #CE866D;
}
.TagClassName
{
border-color: #CE866D;
}
</style>