Shades of Burning Sand #CE8B6A
Tints of Burning Sand #CE8B6A
RGB
CMYK
RGB Variations
Color information
#CE8B6A (or 0xCE8B6A) is known color: Burning Sand. HEX triplet: CE, 8B and 6A. RGB value is (206,139,106). Sum of RGB (Red+Green+Blue) = 206+139+106=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B6A is #317495. Grayscale: #9B9B9B. Windows color (decimal): -3241110 or 6982606. OLE color: 6982606.
HSL color Cylindrical-coordinate representation of color #CE8B6A: hue angle of 19.8º 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 #CE8B6A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 106 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.19 |
| HSL | 19.8º | 0.51% | 0.61% | - |
| HSV(B) | 19.8º | 0.49% | 0.81% | - |
| XYZ | 37.29 | 32.63 | 17.97 | - |
| YUV | 155.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 106 | 0 | 0.33 | 0.49 | 0.19 | 19.8 | 0.51 | 0.61 |
| Hex | CE | 8B | 6A | 0 | 21 | 31 | 13 | 14 | 33 | 3D |
| Octal | 316 | 213 | 152 | 0 | 41 | 61 | 23 | 24 | 63 | 75 |
| Binary | 11001110 | 10001011 | 1101010 | 0 | 100001 | 110001 | 10011 | 10100 | 110011 | 111101 |
Color Harmonies of #CE8B6A
Complementary color
Monochromatic Colors of #CE8B6A
Black with #CE8B6A
Text Example
Text Example
White with #CE8B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B6A; }
p { color: rgb(206,139,106); }
H1.HeaderClassName
{
color: #CE8B6A;
}
.AnyTagClassName
{
color: #CE8B6A;
}
</style>
background-color css
<style>
a { background-color: #CE8B6A; }
a { background-color: rgb(206,139,106); }
div.DivClassName
{
background-color: #CE8B6A;
}
.BgClassName
{
background-color: #CE8B6A;
}
</style>
border-color css
<style>
span { border-color: #CE8B6A; }
span { border-color: rgb(206,139,106); }
td.TdClassName
{
border-color: #CE8B6A;
}
.TagClassName
{
border-color: #CE8B6A;
}
</style>