Shades of Burning Sand #CE896B
Tints of Burning Sand #CE896B
RGB
CMYK
RGB Variations
Color information
#CE896B (or 0xCE896B) is known color: Burning Sand. HEX triplet: CE, 89 and 6B. RGB value is (206,137,107). Sum of RGB (Red+Green+Blue) = 206+137+107=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE896B is #317694. Grayscale: #9A9A9A. Windows color (decimal): -3241621 or 7047630. OLE color: 7047630.
HSL color Cylindrical-coordinate representation of color #CE896B: hue angle of 18.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE896B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 107 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.19 |
| HSL | 18.18º | 0.5% | 0.61% | - |
| HSV(B) | 18.18º | 0.48% | 0.81% | - |
| XYZ | 37.05 | 32.07 | 18.15 | - |
| YUV | 154.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 107 | 0 | 0.33 | 0.48 | 0.19 | 18.18 | 0.5 | 0.61 |
| Hex | CE | 89 | 6B | 0 | 21 | 30 | 13 | 12 | 32 | 3D |
| Octal | 316 | 211 | 153 | 0 | 41 | 60 | 23 | 22 | 62 | 75 |
| Binary | 11001110 | 10001001 | 1101011 | 0 | 100001 | 110000 | 10011 | 10010 | 110010 | 111101 |
Color Harmonies of #CE896B
Complementary color
Monochromatic Colors of #CE896B
Black with #CE896B
Text Example
Text Example
White with #CE896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE896B; }
p { color: rgb(206,137,107); }
H1.HeaderClassName
{
color: #CE896B;
}
.AnyTagClassName
{
color: #CE896B;
}
</style>
background-color css
<style>
a { background-color: #CE896B; }
a { background-color: rgb(206,137,107); }
div.DivClassName
{
background-color: #CE896B;
}
.BgClassName
{
background-color: #CE896B;
}
</style>
border-color css
<style>
span { border-color: #CE896B; }
span { border-color: rgb(206,137,107); }
td.TdClassName
{
border-color: #CE896B;
}
.TagClassName
{
border-color: #CE896B;
}
</style>