Shades of Burning Sand #CE875D
Tints of Burning Sand #CE875D
RGB
CMYK
RGB Variations
Color information
#CE875D (or 0xCE875D) is known color: Burning Sand. HEX triplet: CE, 87 and 5D. RGB value is (206,135,93). Sum of RGB (Red+Green+Blue) = 206+135+93=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE875D is #3178A2. Grayscale: #979797. Windows color (decimal): -3242147 or 6129614. OLE color: 6129614.
HSL color Cylindrical-coordinate representation of color #CE875D: hue angle of 22.3º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE875D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 93 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.19 |
| HSL | 22.3º | 0.54% | 0.59% | - |
| HSV(B) | 22.3º | 0.55% | 0.81% | - |
| XYZ | 36.09 | 31.24 | 14.48 | - |
| YUV | 151.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 93 | 0 | 0.34 | 0.55 | 0.19 | 22.3 | 0.54 | 0.59 |
| Hex | CE | 87 | 5D | 0 | 22 | 37 | 13 | 16 | 36 | 3B |
| Octal | 316 | 207 | 135 | 0 | 42 | 67 | 23 | 26 | 66 | 73 |
| Binary | 11001110 | 10000111 | 1011101 | 0 | 100010 | 110111 | 10011 | 10110 | 110110 | 111011 |
Color Harmonies of #CE875D
Complementary color
Monochromatic Colors of #CE875D
Black with #CE875D
Text Example
Text Example
White with #CE875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE875D; }
p { color: rgb(206,135,93); }
H1.HeaderClassName
{
color: #CE875D;
}
.AnyTagClassName
{
color: #CE875D;
}
</style>
background-color css
<style>
a { background-color: #CE875D; }
a { background-color: rgb(206,135,93); }
div.DivClassName
{
background-color: #CE875D;
}
.BgClassName
{
background-color: #CE875D;
}
</style>
border-color css
<style>
span { border-color: #CE875D; }
span { border-color: rgb(206,135,93); }
td.TdClassName
{
border-color: #CE875D;
}
.TagClassName
{
border-color: #CE875D;
}
</style>