Shades of Burning Sand #CE806C
Tints of Burning Sand #CE806C
RGB
CMYK
RGB Variations
Color information
#CE806C (or 0xCE806C) is known color: Burning Sand. HEX triplet: CE, 80 and 6C. RGB value is (206,128,108). Sum of RGB (Red+Green+Blue) = 206+128+108=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE806C is #317F93. Grayscale: #959595. Windows color (decimal): -3243924 or 7110862. OLE color: 7110862.
HSL color Cylindrical-coordinate representation of color #CE806C: hue angle of 12.24º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE806C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 108 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.19 |
| HSL | 12.24º | 0.5% | 0.62% | - |
| HSV(B) | 12.24º | 0.48% | 0.81% | - |
| XYZ | 35.88 | 29.64 | 18.02 | - |
| YUV | 149.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 108 | 0 | 0.38 | 0.48 | 0.19 | 12.24 | 0.5 | 0.62 |
| Hex | CE | 80 | 6C | 0 | 26 | 30 | 13 | C | 32 | 3E |
| Octal | 316 | 200 | 154 | 0 | 46 | 60 | 23 | 14 | 62 | 76 |
| Binary | 11001110 | 10000000 | 1101100 | 0 | 100110 | 110000 | 10011 | 1100 | 110010 | 111110 |
Color Harmonies of #CE806C
Complementary color
Monochromatic Colors of #CE806C
Black with #CE806C
Text Example
Text Example
White with #CE806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE806C; }
p { color: rgb(206,128,108); }
H1.HeaderClassName
{
color: #CE806C;
}
.AnyTagClassName
{
color: #CE806C;
}
</style>
background-color css
<style>
a { background-color: #CE806C; }
a { background-color: rgb(206,128,108); }
div.DivClassName
{
background-color: #CE806C;
}
.BgClassName
{
background-color: #CE806C;
}
</style>
border-color css
<style>
span { border-color: #CE806C; }
span { border-color: rgb(206,128,108); }
td.TdClassName
{
border-color: #CE806C;
}
.TagClassName
{
border-color: #CE806C;
}
</style>