Shades of Burning Sand #CE7E6D
Tints of Burning Sand #CE7E6D
RGB
CMYK
RGB Variations
Color information
#CE7E6D (or 0xCE7E6D) is known color: Burning Sand. HEX triplet: CE, 7E and 6D. RGB value is (206,126,109). Sum of RGB (Red+Green+Blue) = 206+126+109=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E6D is #318192. Grayscale: #949494. Windows color (decimal): -3244435 or 7175886. OLE color: 7175886.
HSL color Cylindrical-coordinate representation of color #CE7E6D: hue angle of 10.52º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7E6D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 109 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.19 |
| HSL | 10.52º | 0.5% | 0.62% | - |
| HSV(B) | 10.52º | 0.47% | 0.81% | - |
| XYZ | 35.67 | 29.15 | 18.21 | - |
| YUV | 147.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 109 | 0 | 0.39 | 0.47 | 0.19 | 10.52 | 0.5 | 0.62 |
| Hex | CE | 7E | 6D | 0 | 27 | 2F | 13 | B | 32 | 3E |
| Octal | 316 | 176 | 155 | 0 | 47 | 57 | 23 | 13 | 62 | 76 |
| Binary | 11001110 | 1111110 | 1101101 | 0 | 100111 | 101111 | 10011 | 1011 | 110010 | 111110 |
Color Harmonies of #CE7E6D
Complementary color
Monochromatic Colors of #CE7E6D
Black with #CE7E6D
Text Example
Text Example
White with #CE7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E6D; }
p { color: rgb(206,126,109); }
H1.HeaderClassName
{
color: #CE7E6D;
}
.AnyTagClassName
{
color: #CE7E6D;
}
</style>
background-color css
<style>
a { background-color: #CE7E6D; }
a { background-color: rgb(206,126,109); }
div.DivClassName
{
background-color: #CE7E6D;
}
.BgClassName
{
background-color: #CE7E6D;
}
</style>
border-color css
<style>
span { border-color: #CE7E6D; }
span { border-color: rgb(206,126,109); }
td.TdClassName
{
border-color: #CE7E6D;
}
.TagClassName
{
border-color: #CE7E6D;
}
</style>