Shades of Burning Sand #CE806E
Tints of Burning Sand #CE806E
RGB
CMYK
RGB Variations
Color information
#CE806E (or 0xCE806E) is known color: Burning Sand. HEX triplet: CE, 80 and 6E. RGB value is (206,128,110). Sum of RGB (Red+Green+Blue) = 206+128+110=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE806E is #317F91. Grayscale: #959595. Windows color (decimal): -3243922 or 7241934. OLE color: 7241934.
HSL color Cylindrical-coordinate representation of color #CE806E: hue angle of 11.25º degrees, saturation: 0.49, 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 #CE806E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 110 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.19 |
| HSL | 11.25º | 0.49% | 0.62% | - |
| HSV(B) | 11.25º | 0.47% | 0.81% | - |
| XYZ | 35.99 | 29.69 | 18.59 | - |
| YUV | 149.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 110 | 0 | 0.38 | 0.47 | 0.19 | 11.25 | 0.49 | 0.62 |
| Hex | CE | 80 | 6E | 0 | 26 | 2F | 13 | B | 31 | 3E |
| Octal | 316 | 200 | 156 | 0 | 46 | 57 | 23 | 13 | 61 | 76 |
| Binary | 11001110 | 10000000 | 1101110 | 0 | 100110 | 101111 | 10011 | 1011 | 110001 | 111110 |
Color Harmonies of #CE806E
Complementary color
Monochromatic Colors of #CE806E
Black with #CE806E
Text Example
Text Example
White with #CE806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE806E; }
p { color: rgb(206,128,110); }
H1.HeaderClassName
{
color: #CE806E;
}
.AnyTagClassName
{
color: #CE806E;
}
</style>
background-color css
<style>
a { background-color: #CE806E; }
a { background-color: rgb(206,128,110); }
div.DivClassName
{
background-color: #CE806E;
}
.BgClassName
{
background-color: #CE806E;
}
</style>
border-color css
<style>
span { border-color: #CE806E; }
span { border-color: rgb(206,128,110); }
td.TdClassName
{
border-color: #CE806E;
}
.TagClassName
{
border-color: #CE806E;
}
</style>