Shades of Burning Sand #CE8467
Tints of Burning Sand #CE8467
RGB
CMYK
RGB Variations
Color information
#CE8467 (or 0xCE8467) is known color: Burning Sand. HEX triplet: CE, 84 and 67. RGB value is (206,132,103). Sum of RGB (Red+Green+Blue) = 206+132+103=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8467 is #317B98. Grayscale: #979797. Windows color (decimal): -3242905 or 6784206. OLE color: 6784206.
HSL color Cylindrical-coordinate representation of color #CE8467: hue angle of 16.89º 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 #CE8467 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 103 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.19 |
| HSL | 16.89º | 0.51% | 0.61% | - |
| HSV(B) | 16.89º | 0.5% | 0.81% | - |
| XYZ | 36.15 | 30.6 | 16.83 | - |
| YUV | 150.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 103 | 0 | 0.36 | 0.50 | 0.19 | 16.89 | 0.51 | 0.61 |
| Hex | CE | 84 | 67 | 0 | 24 | 32 | 13 | 11 | 33 | 3D |
| Octal | 316 | 204 | 147 | 0 | 44 | 62 | 23 | 21 | 63 | 75 |
| Binary | 11001110 | 10000100 | 1100111 | 0 | 100100 | 110010 | 10011 | 10001 | 110011 | 111101 |
Color Harmonies of #CE8467
Complementary color
Monochromatic Colors of #CE8467
Black with #CE8467
Text Example
Text Example
White with #CE8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8467; }
p { color: rgb(206,132,103); }
H1.HeaderClassName
{
color: #CE8467;
}
.AnyTagClassName
{
color: #CE8467;
}
</style>
background-color css
<style>
a { background-color: #CE8467; }
a { background-color: rgb(206,132,103); }
div.DivClassName
{
background-color: #CE8467;
}
.BgClassName
{
background-color: #CE8467;
}
</style>
border-color css
<style>
span { border-color: #CE8467; }
span { border-color: rgb(206,132,103); }
td.TdClassName
{
border-color: #CE8467;
}
.TagClassName
{
border-color: #CE8467;
}
</style>