Shades of Burning Sand #CE8067
Tints of Burning Sand #CE8067
RGB
CMYK
RGB Variations
Color information
#CE8067 (or 0xCE8067) is known color: Burning Sand. HEX triplet: CE, 80 and 67. RGB value is (206,128,103). Sum of RGB (Red+Green+Blue) = 206+128+103=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8067 is #317F98. Grayscale: #949494. Windows color (decimal): -3243929 or 6783182. OLE color: 6783182.
HSL color Cylindrical-coordinate representation of color #CE8067: hue angle of 14.56º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8067 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 103 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.19 |
| HSL | 14.56º | 0.51% | 0.61% | - |
| HSV(B) | 14.56º | 0.5% | 0.81% | - |
| XYZ | 35.62 | 29.54 | 16.66 | - |
| YUV | 148.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 103 | 0 | 0.38 | 0.50 | 0.19 | 14.56 | 0.51 | 0.61 |
| Hex | CE | 80 | 67 | 0 | 26 | 32 | 13 | F | 33 | 3D |
| Octal | 316 | 200 | 147 | 0 | 46 | 62 | 23 | 17 | 63 | 75 |
| Binary | 11001110 | 10000000 | 1100111 | 0 | 100110 | 110010 | 10011 | 1111 | 110011 | 111101 |
Color Harmonies of #CE8067
Complementary color
Monochromatic Colors of #CE8067
Black with #CE8067
Text Example
Text Example
White with #CE8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8067; }
p { color: rgb(206,128,103); }
H1.HeaderClassName
{
color: #CE8067;
}
.AnyTagClassName
{
color: #CE8067;
}
</style>
background-color css
<style>
a { background-color: #CE8067; }
a { background-color: rgb(206,128,103); }
div.DivClassName
{
background-color: #CE8067;
}
.BgClassName
{
background-color: #CE8067;
}
</style>
border-color css
<style>
span { border-color: #CE8067; }
span { border-color: rgb(206,128,103); }
td.TdClassName
{
border-color: #CE8067;
}
.TagClassName
{
border-color: #CE8067;
}
</style>