Shades of Burning Sand #CE7F66
Tints of Burning Sand #CE7F66
RGB
CMYK
RGB Variations
Color information
#CE7F66 (or 0xCE7F66) is known color: Burning Sand. HEX triplet: CE, 7F and 66. RGB value is (206,127,102). Sum of RGB (Red+Green+Blue) = 206+127+102=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F66 is #318099. Grayscale: #939393. Windows color (decimal): -3244186 or 6717390. OLE color: 6717390.
HSL color Cylindrical-coordinate representation of color #CE7F66: hue angle of 14.42º 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 #CE7F66 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 102 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.19 |
| HSL | 14.42º | 0.51% | 0.6% | - |
| HSV(B) | 14.42º | 0.5% | 0.81% | - |
| XYZ | 35.44 | 29.26 | 16.35 | - |
| YUV | 147.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 102 | 0 | 0.38 | 0.50 | 0.19 | 14.42 | 0.51 | 0.6 |
| Hex | CE | 7F | 66 | 0 | 26 | 32 | 13 | E | 33 | 3C |
| Octal | 316 | 177 | 146 | 0 | 46 | 62 | 23 | 16 | 63 | 74 |
| Binary | 11001110 | 1111111 | 1100110 | 0 | 100110 | 110010 | 10011 | 1110 | 110011 | 111100 |
Color Harmonies of #CE7F66
Complementary color
Monochromatic Colors of #CE7F66
Black with #CE7F66
Text Example
Text Example
White with #CE7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F66; }
p { color: rgb(206,127,102); }
H1.HeaderClassName
{
color: #CE7F66;
}
.AnyTagClassName
{
color: #CE7F66;
}
</style>
background-color css
<style>
a { background-color: #CE7F66; }
a { background-color: rgb(206,127,102); }
div.DivClassName
{
background-color: #CE7F66;
}
.BgClassName
{
background-color: #CE7F66;
}
</style>
border-color css
<style>
span { border-color: #CE7F66; }
span { border-color: rgb(206,127,102); }
td.TdClassName
{
border-color: #CE7F66;
}
.TagClassName
{
border-color: #CE7F66;
}
</style>