Shades of Burning Sand #CE8069
Tints of Burning Sand #CE8069
RGB
CMYK
RGB Variations
Color information
#CE8069 (or 0xCE8069) is known color: Burning Sand. HEX triplet: CE, 80 and 69. RGB value is (206,128,105). Sum of RGB (Red+Green+Blue) = 206+128+105=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8069 is #317F96. Grayscale: #949494. Windows color (decimal): -3243927 or 6914254. OLE color: 6914254.
HSL color Cylindrical-coordinate representation of color #CE8069: hue angle of 13.66º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE8069 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 105 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.19 |
| HSL | 13.66º | 0.51% | 0.61% | - |
| HSV(B) | 13.66º | 0.49% | 0.81% | - |
| XYZ | 35.72 | 29.58 | 17.19 | - |
| YUV | 148.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 105 | 0 | 0.38 | 0.49 | 0.19 | 13.66 | 0.51 | 0.61 |
| Hex | CE | 80 | 69 | 0 | 26 | 31 | 13 | E | 33 | 3D |
| Octal | 316 | 200 | 151 | 0 | 46 | 61 | 23 | 16 | 63 | 75 |
| Binary | 11001110 | 10000000 | 1101001 | 0 | 100110 | 110001 | 10011 | 1110 | 110011 | 111101 |
Color Harmonies of #CE8069
Complementary color
Monochromatic Colors of #CE8069
Black with #CE8069
Text Example
Text Example
White with #CE8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8069; }
p { color: rgb(206,128,105); }
H1.HeaderClassName
{
color: #CE8069;
}
.AnyTagClassName
{
color: #CE8069;
}
</style>
background-color css
<style>
a { background-color: #CE8069; }
a { background-color: rgb(206,128,105); }
div.DivClassName
{
background-color: #CE8069;
}
.BgClassName
{
background-color: #CE8069;
}
</style>
border-color css
<style>
span { border-color: #CE8069; }
span { border-color: rgb(206,128,105); }
td.TdClassName
{
border-color: #CE8069;
}
.TagClassName
{
border-color: #CE8069;
}
</style>