Shades of Burning Sand #CE886A
Tints of Burning Sand #CE886A
RGB
CMYK
RGB Variations
Color information
#CE886A (or 0xCE886A) is known color: Burning Sand. HEX triplet: CE, 88 and 6A. RGB value is (206,136,106). Sum of RGB (Red+Green+Blue) = 206+136+106=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE886A is #317795. Grayscale: #999999. Windows color (decimal): -3241878 or 6981838. OLE color: 6981838.
HSL color Cylindrical-coordinate representation of color #CE886A: hue angle of 18º 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 #CE886A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 106 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.19 |
| HSL | 18º | 0.51% | 0.61% | - |
| HSV(B) | 18º | 0.49% | 0.81% | - |
| XYZ | 36.86 | 31.77 | 17.83 | - |
| YUV | 153.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 106 | 0 | 0.34 | 0.49 | 0.19 | 18 | 0.51 | 0.61 |
| Hex | CE | 88 | 6A | 0 | 22 | 31 | 13 | 12 | 33 | 3D |
| Octal | 316 | 210 | 152 | 0 | 42 | 61 | 23 | 22 | 63 | 75 |
| Binary | 11001110 | 10001000 | 1101010 | 0 | 100010 | 110001 | 10011 | 10010 | 110011 | 111101 |
Color Harmonies of #CE886A
Complementary color
Monochromatic Colors of #CE886A
Black with #CE886A
Text Example
Text Example
White with #CE886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE886A; }
p { color: rgb(206,136,106); }
H1.HeaderClassName
{
color: #CE886A;
}
.AnyTagClassName
{
color: #CE886A;
}
</style>
background-color css
<style>
a { background-color: #CE886A; }
a { background-color: rgb(206,136,106); }
div.DivClassName
{
background-color: #CE886A;
}
.BgClassName
{
background-color: #CE886A;
}
</style>
border-color css
<style>
span { border-color: #CE886A; }
span { border-color: rgb(206,136,106); }
td.TdClassName
{
border-color: #CE886A;
}
.TagClassName
{
border-color: #CE886A;
}
</style>