Shades of Burning Sand #CE7E66
Tints of Burning Sand #CE7E66
RGB
CMYK
RGB Variations
Color information
#CE7E66 (or 0xCE7E66) is known color: Burning Sand. HEX triplet: CE, 7E and 66. RGB value is (206,126,102). Sum of RGB (Red+Green+Blue) = 206+126+102=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E66 is #318199. Grayscale: #939393. Windows color (decimal): -3244442 or 6717134. OLE color: 6717134.
HSL color Cylindrical-coordinate representation of color #CE7E66: hue angle of 13.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7E66 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 102 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.19 |
| HSL | 13.85º | 0.51% | 0.6% | - |
| HSV(B) | 13.85º | 0.5% | 0.81% | - |
| XYZ | 35.31 | 29 | 16.31 | - |
| YUV | 147.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 102 | 0 | 0.39 | 0.50 | 0.19 | 13.85 | 0.51 | 0.6 |
| Hex | CE | 7E | 66 | 0 | 27 | 32 | 13 | E | 33 | 3C |
| Octal | 316 | 176 | 146 | 0 | 47 | 62 | 23 | 16 | 63 | 74 |
| Binary | 11001110 | 1111110 | 1100110 | 0 | 100111 | 110010 | 10011 | 1110 | 110011 | 111100 |
Color Harmonies of #CE7E66
Complementary color
Monochromatic Colors of #CE7E66
Black with #CE7E66
Text Example
Text Example
White with #CE7E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E66; }
p { color: rgb(206,126,102); }
H1.HeaderClassName
{
color: #CE7E66;
}
.AnyTagClassName
{
color: #CE7E66;
}
</style>
background-color css
<style>
a { background-color: #CE7E66; }
a { background-color: rgb(206,126,102); }
div.DivClassName
{
background-color: #CE7E66;
}
.BgClassName
{
background-color: #CE7E66;
}
</style>
border-color css
<style>
span { border-color: #CE7E66; }
span { border-color: rgb(206,126,102); }
td.TdClassName
{
border-color: #CE7E66;
}
.TagClassName
{
border-color: #CE7E66;
}
</style>