Shades of Burning Sand #C88459
Tints of Burning Sand #C88459
RGB
CMYK
RGB Variations
Color information
#C88459 (or 0xC88459) is known color: Burning Sand. HEX triplet: C8, 84 and 59. RGB value is (200,132,89). Sum of RGB (Red+Green+Blue) = 200+132+89=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C88459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88459 is #377BA6. Grayscale: #939393. Windows color (decimal): -3636135 or 5866696. OLE color: 5866696.
HSL color Cylindrical-coordinate representation of color #C88459: hue angle of 23.24º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C88459 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 89 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.22 |
| HSL | 23.24º | 0.5% | 0.57% | - |
| HSV(B) | 23.24º | 0.56% | 0.78% | - |
| XYZ | 33.87 | 29.5 | 13.36 | - |
| YUV | 147.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 89 | 0 | 0.34 | 0.56 | 0.22 | 23.24 | 0.5 | 0.57 |
| Hex | C8 | 84 | 59 | 0 | 22 | 38 | 16 | 17 | 32 | 39 |
| Octal | 310 | 204 | 131 | 0 | 42 | 70 | 26 | 27 | 62 | 71 |
| Binary | 11001000 | 10000100 | 1011001 | 0 | 100010 | 111000 | 10110 | 10111 | 110010 | 111001 |
Color Harmonies of #C88459
Complementary color
Monochromatic Colors of #C88459
Black with #C88459
Text Example
Text Example
White with #C88459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88459; }
p { color: rgb(200,132,89); }
H1.HeaderClassName
{
color: #C88459;
}
.AnyTagClassName
{
color: #C88459;
}
</style>
background-color css
<style>
a { background-color: #C88459; }
a { background-color: rgb(200,132,89); }
div.DivClassName
{
background-color: #C88459;
}
.BgClassName
{
background-color: #C88459;
}
</style>
border-color css
<style>
span { border-color: #C88459; }
span { border-color: rgb(200,132,89); }
td.TdClassName
{
border-color: #C88459;
}
.TagClassName
{
border-color: #C88459;
}
</style>