Shades of Burning Sand #CE8166
Tints of Burning Sand #CE8166
RGB
CMYK
RGB Variations
Color information
#CE8166 (or 0xCE8166) is known color: Burning Sand. HEX triplet: CE, 81 and 66. RGB value is (206,129,102). Sum of RGB (Red+Green+Blue) = 206+129+102=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8166 is #317E99. Grayscale: #959595. Windows color (decimal): -3243674 or 6717902. OLE color: 6717902.
HSL color Cylindrical-coordinate representation of color #CE8166: hue angle of 15.58º 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 #CE8166 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 102 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.19 |
| HSL | 15.58º | 0.51% | 0.6% | - |
| HSV(B) | 15.58º | 0.5% | 0.81% | - |
| XYZ | 35.7 | 29.78 | 16.44 | - |
| YUV | 148.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 102 | 0 | 0.37 | 0.50 | 0.19 | 15.58 | 0.51 | 0.6 |
| Hex | CE | 81 | 66 | 0 | 25 | 32 | 13 | 10 | 33 | 3C |
| Octal | 316 | 201 | 146 | 0 | 45 | 62 | 23 | 20 | 63 | 74 |
| Binary | 11001110 | 10000001 | 1100110 | 0 | 100101 | 110010 | 10011 | 10000 | 110011 | 111100 |
Color Harmonies of #CE8166
Complementary color
Monochromatic Colors of #CE8166
Black with #CE8166
Text Example
Text Example
White with #CE8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8166; }
p { color: rgb(206,129,102); }
H1.HeaderClassName
{
color: #CE8166;
}
.AnyTagClassName
{
color: #CE8166;
}
</style>
background-color css
<style>
a { background-color: #CE8166; }
a { background-color: rgb(206,129,102); }
div.DivClassName
{
background-color: #CE8166;
}
.BgClassName
{
background-color: #CE8166;
}
</style>
border-color css
<style>
span { border-color: #CE8166; }
span { border-color: rgb(206,129,102); }
td.TdClassName
{
border-color: #CE8166;
}
.TagClassName
{
border-color: #CE8166;
}
</style>