Shades of Burning Sand #C8845E
Tints of Burning Sand #C8845E
RGB
CMYK
RGB Variations
Color information
#C8845E (or 0xC8845E) is known color: Burning Sand. HEX triplet: C8, 84 and 5E. RGB value is (200,132,94). Sum of RGB (Red+Green+Blue) = 200+132+94=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8845E is #377BA1. Grayscale: #949494. Windows color (decimal): -3636130 or 6194376. OLE color: 6194376.
HSL color Cylindrical-coordinate representation of color #C8845E: hue angle of 21.51º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8845E is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 94 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.22 |
| HSL | 21.51º | 0.49% | 0.58% | - |
| HSV(B) | 21.51º | 0.53% | 0.78% | - |
| XYZ | 34.09 | 29.59 | 14.5 | - |
| YUV | 148 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 94 | 0 | 0.34 | 0.53 | 0.22 | 21.51 | 0.49 | 0.58 |
| Hex | C8 | 84 | 5E | 0 | 22 | 35 | 16 | 16 | 31 | 3A |
| Octal | 310 | 204 | 136 | 0 | 42 | 65 | 26 | 26 | 61 | 72 |
| Binary | 11001000 | 10000100 | 1011110 | 0 | 100010 | 110101 | 10110 | 10110 | 110001 | 111010 |
Color Harmonies of #C8845E
Complementary color
Monochromatic Colors of #C8845E
Black with #C8845E
Text Example
Text Example
White with #C8845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8845E; }
p { color: rgb(200,132,94); }
H1.HeaderClassName
{
color: #C8845E;
}
.AnyTagClassName
{
color: #C8845E;
}
</style>
background-color css
<style>
a { background-color: #C8845E; }
a { background-color: rgb(200,132,94); }
div.DivClassName
{
background-color: #C8845E;
}
.BgClassName
{
background-color: #C8845E;
}
</style>
border-color css
<style>
span { border-color: #C8845E; }
span { border-color: rgb(200,132,94); }
td.TdClassName
{
border-color: #C8845E;
}
.TagClassName
{
border-color: #C8845E;
}
</style>