Shades of Burning Sand #CE7966
Tints of Burning Sand #CE7966
RGB
CMYK
RGB Variations
Color information
#CE7966 (or 0xCE7966) is known color: Burning Sand. HEX triplet: CE, 79 and 66. RGB value is (206,121,102). Sum of RGB (Red+Green+Blue) = 206+121+102=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7966 is #318699. Grayscale: #909090. Windows color (decimal): -3245722 or 6715854. OLE color: 6715854.
HSL color Cylindrical-coordinate representation of color #CE7966: hue angle of 10.96º 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 #CE7966 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 102 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.19 |
| HSL | 10.96º | 0.51% | 0.6% | - |
| HSV(B) | 10.96º | 0.5% | 0.81% | - |
| XYZ | 34.69 | 27.76 | 16.1 | - |
| YUV | 144.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 102 | 0 | 0.41 | 0.50 | 0.19 | 10.96 | 0.51 | 0.6 |
| Hex | CE | 79 | 66 | 0 | 29 | 32 | 13 | B | 33 | 3C |
| Octal | 316 | 171 | 146 | 0 | 51 | 62 | 23 | 13 | 63 | 74 |
| Binary | 11001110 | 1111001 | 1100110 | 0 | 101001 | 110010 | 10011 | 1011 | 110011 | 111100 |
Color Harmonies of #CE7966
Complementary color
Monochromatic Colors of #CE7966
Black with #CE7966
Text Example
Text Example
White with #CE7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7966; }
p { color: rgb(206,121,102); }
H1.HeaderClassName
{
color: #CE7966;
}
.AnyTagClassName
{
color: #CE7966;
}
</style>
background-color css
<style>
a { background-color: #CE7966; }
a { background-color: rgb(206,121,102); }
div.DivClassName
{
background-color: #CE7966;
}
.BgClassName
{
background-color: #CE7966;
}
</style>
border-color css
<style>
span { border-color: #CE7966; }
span { border-color: rgb(206,121,102); }
td.TdClassName
{
border-color: #CE7966;
}
.TagClassName
{
border-color: #CE7966;
}
</style>