Shades of Burning Sand #CE865C
Tints of Burning Sand #CE865C
RGB
CMYK
RGB Variations
Color information
#CE865C (or 0xCE865C) is known color: Burning Sand. HEX triplet: CE, 86 and 5C. RGB value is (206,134,92). Sum of RGB (Red+Green+Blue) = 206+134+92=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE865C is #3179A3. Grayscale: #969696. Windows color (decimal): -3242404 or 6063822. OLE color: 6063822.
HSL color Cylindrical-coordinate representation of color #CE865C: hue angle of 22.11º 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 #CE865C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 92 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.19 |
| HSL | 22.11º | 0.54% | 0.58% | - |
| HSV(B) | 22.11º | 0.55% | 0.81% | - |
| XYZ | 35.91 | 30.94 | 14.21 | - |
| YUV | 150.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 92 | 0 | 0.35 | 0.55 | 0.19 | 22.11 | 0.54 | 0.58 |
| Hex | CE | 86 | 5C | 0 | 23 | 37 | 13 | 16 | 36 | 3A |
| Octal | 316 | 206 | 134 | 0 | 43 | 67 | 23 | 26 | 66 | 72 |
| Binary | 11001110 | 10000110 | 1011100 | 0 | 100011 | 110111 | 10011 | 10110 | 110110 | 111010 |
Color Harmonies of #CE865C
Complementary color
Monochromatic Colors of #CE865C
Black with #CE865C
Text Example
Text Example
White with #CE865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE865C; }
p { color: rgb(206,134,92); }
H1.HeaderClassName
{
color: #CE865C;
}
.AnyTagClassName
{
color: #CE865C;
}
</style>
background-color css
<style>
a { background-color: #CE865C; }
a { background-color: rgb(206,134,92); }
div.DivClassName
{
background-color: #CE865C;
}
.BgClassName
{
background-color: #CE865C;
}
</style>
border-color css
<style>
span { border-color: #CE865C; }
span { border-color: rgb(206,134,92); }
td.TdClassName
{
border-color: #CE865C;
}
.TagClassName
{
border-color: #CE865C;
}
</style>