Shades of Burning Sand #CE856A
Tints of Burning Sand #CE856A
RGB
CMYK
RGB Variations
Color information
#CE856A (or 0xCE856A) is known color: Burning Sand. HEX triplet: CE, 85 and 6A. RGB value is (206,133,106). Sum of RGB (Red+Green+Blue) = 206+133+106=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE856A is #317A95. Grayscale: #979797. Windows color (decimal): -3242646 or 6981070. OLE color: 6981070.
HSL color Cylindrical-coordinate representation of color #CE856A: hue angle of 16.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE856A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 106 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.19 |
| HSL | 16.2º | 0.51% | 0.61% | - |
| HSV(B) | 16.2º | 0.49% | 0.81% | - |
| XYZ | 36.44 | 30.94 | 17.69 | - |
| YUV | 151.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 106 | 0 | 0.35 | 0.49 | 0.19 | 16.2 | 0.51 | 0.61 |
| Hex | CE | 85 | 6A | 0 | 23 | 31 | 13 | 10 | 33 | 3D |
| Octal | 316 | 205 | 152 | 0 | 43 | 61 | 23 | 20 | 63 | 75 |
| Binary | 11001110 | 10000101 | 1101010 | 0 | 100011 | 110001 | 10011 | 10000 | 110011 | 111101 |
Color Harmonies of #CE856A
Complementary color
Monochromatic Colors of #CE856A
Black with #CE856A
Text Example
Text Example
White with #CE856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE856A; }
p { color: rgb(206,133,106); }
H1.HeaderClassName
{
color: #CE856A;
}
.AnyTagClassName
{
color: #CE856A;
}
</style>
background-color css
<style>
a { background-color: #CE856A; }
a { background-color: rgb(206,133,106); }
div.DivClassName
{
background-color: #CE856A;
}
.BgClassName
{
background-color: #CE856A;
}
</style>
border-color css
<style>
span { border-color: #CE856A; }
span { border-color: rgb(206,133,106); }
td.TdClassName
{
border-color: #CE856A;
}
.TagClassName
{
border-color: #CE856A;
}
</style>