Shades of Burning Sand #CE8A65
Tints of Burning Sand #CE8A65
RGB
CMYK
RGB Variations
Color information
#CE8A65 (or 0xCE8A65) is known color: Burning Sand. HEX triplet: CE, 8A and 65. RGB value is (206,138,101). Sum of RGB (Red+Green+Blue) = 206+138+101=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A65 is #31759A. Grayscale: #9A9A9A. Windows color (decimal): -3241371 or 6654670. OLE color: 6654670.
HSL color Cylindrical-coordinate representation of color #CE8A65: hue angle of 21.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE8A65 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 101 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.19 |
| HSL | 21.14º | 0.52% | 0.6% | - |
| HSV(B) | 21.14º | 0.51% | 0.81% | - |
| XYZ | 36.89 | 32.24 | 16.59 | - |
| YUV | 154.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 101 | 0 | 0.33 | 0.51 | 0.19 | 21.14 | 0.52 | 0.6 |
| Hex | CE | 8A | 65 | 0 | 21 | 33 | 13 | 15 | 34 | 3C |
| Octal | 316 | 212 | 145 | 0 | 41 | 63 | 23 | 25 | 64 | 74 |
| Binary | 11001110 | 10001010 | 1100101 | 0 | 100001 | 110011 | 10011 | 10101 | 110100 | 111100 |
Color Harmonies of #CE8A65
Complementary color
Monochromatic Colors of #CE8A65
Black with #CE8A65
Text Example
Text Example
White with #CE8A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A65; }
p { color: rgb(206,138,101); }
H1.HeaderClassName
{
color: #CE8A65;
}
.AnyTagClassName
{
color: #CE8A65;
}
</style>
background-color css
<style>
a { background-color: #CE8A65; }
a { background-color: rgb(206,138,101); }
div.DivClassName
{
background-color: #CE8A65;
}
.BgClassName
{
background-color: #CE8A65;
}
</style>
border-color css
<style>
span { border-color: #CE8A65; }
span { border-color: rgb(206,138,101); }
td.TdClassName
{
border-color: #CE8A65;
}
.TagClassName
{
border-color: #CE8A65;
}
</style>