Shades of Burning Sand #CE8270
Tints of Burning Sand #CE8270
RGB
CMYK
RGB Variations
Color information
#CE8270 (or 0xCE8270) is known color: Burning Sand. HEX triplet: CE, 82 and 70. RGB value is (206,130,112). Sum of RGB (Red+Green+Blue) = 206+130+112=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8270 is #317D8F. Grayscale: #969696. Windows color (decimal): -3243408 or 7373518. OLE color: 7373518.
HSL color Cylindrical-coordinate representation of color #CE8270: hue angle of 11.49º 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 #CE8270 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 112 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.19 |
| HSL | 11.49º | 0.49% | 0.62% | - |
| HSV(B) | 11.49º | 0.46% | 0.81% | - |
| XYZ | 36.36 | 30.26 | 19.25 | - |
| YUV | 150.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 112 | 0 | 0.37 | 0.46 | 0.19 | 11.49 | 0.49 | 0.62 |
| Hex | CE | 82 | 70 | 0 | 25 | 2E | 13 | B | 31 | 3E |
| Octal | 316 | 202 | 160 | 0 | 45 | 56 | 23 | 13 | 61 | 76 |
| Binary | 11001110 | 10000010 | 1110000 | 0 | 100101 | 101110 | 10011 | 1011 | 110001 | 111110 |
Color Harmonies of #CE8270
Complementary color
Monochromatic Colors of #CE8270
Black with #CE8270
Text Example
Text Example
White with #CE8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8270; }
p { color: rgb(206,130,112); }
H1.HeaderClassName
{
color: #CE8270;
}
.AnyTagClassName
{
color: #CE8270;
}
</style>
background-color css
<style>
a { background-color: #CE8270; }
a { background-color: rgb(206,130,112); }
div.DivClassName
{
background-color: #CE8270;
}
.BgClassName
{
background-color: #CE8270;
}
</style>
border-color css
<style>
span { border-color: #CE8270; }
span { border-color: rgb(206,130,112); }
td.TdClassName
{
border-color: #CE8270;
}
.TagClassName
{
border-color: #CE8270;
}
</style>