Shades of Burning Sand #CE876F
Tints of Burning Sand #CE876F
RGB
CMYK
RGB Variations
Color information
#CE876F (or 0xCE876F) is known color: Burning Sand. HEX triplet: CE, 87 and 6F. RGB value is (206,135,111). Sum of RGB (Red+Green+Blue) = 206+135+111=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE876F is #317890. Grayscale: #999999. Windows color (decimal): -3242129 or 7309262. OLE color: 7309262.
HSL color Cylindrical-coordinate representation of color #CE876F: hue angle of 15.16º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE876F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 111 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.19 |
| HSL | 15.16º | 0.49% | 0.62% | - |
| HSV(B) | 15.16º | 0.46% | 0.81% | - |
| XYZ | 36.99 | 31.6 | 19.19 | - |
| YUV | 153.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 111 | 0 | 0.34 | 0.46 | 0.19 | 15.16 | 0.49 | 0.62 |
| Hex | CE | 87 | 6F | 0 | 22 | 2E | 13 | F | 31 | 3E |
| Octal | 316 | 207 | 157 | 0 | 42 | 56 | 23 | 17 | 61 | 76 |
| Binary | 11001110 | 10000111 | 1101111 | 0 | 100010 | 101110 | 10011 | 1111 | 110001 | 111110 |
Color Harmonies of #CE876F
Complementary color
Monochromatic Colors of #CE876F
Black with #CE876F
Text Example
Text Example
White with #CE876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE876F; }
p { color: rgb(206,135,111); }
H1.HeaderClassName
{
color: #CE876F;
}
.AnyTagClassName
{
color: #CE876F;
}
</style>
background-color css
<style>
a { background-color: #CE876F; }
a { background-color: rgb(206,135,111); }
div.DivClassName
{
background-color: #CE876F;
}
.BgClassName
{
background-color: #CE876F;
}
</style>
border-color css
<style>
span { border-color: #CE876F; }
span { border-color: rgb(206,135,111); }
td.TdClassName
{
border-color: #CE876F;
}
.TagClassName
{
border-color: #CE876F;
}
</style>