Shades of Burning Sand #C88059
Tints of Burning Sand #C88059
RGB
CMYK
RGB Variations
Color information
#C88059 (or 0xC88059) is known color: Burning Sand. HEX triplet: C8, 80 and 59. RGB value is (200,128,89). Sum of RGB (Red+Green+Blue) = 200+128+89=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88059 is #377FA6. Grayscale: #919191. Windows color (decimal): -3637159 or 5865672. OLE color: 5865672.
HSL color Cylindrical-coordinate representation of color #C88059: hue angle of 21.08º 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 #C88059 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 89 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.22 |
| HSL | 21.08º | 0.5% | 0.57% | - |
| HSV(B) | 21.08º | 0.56% | 0.78% | - |
| XYZ | 33.34 | 28.44 | 13.18 | - |
| YUV | 145.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 89 | 0 | 0.36 | 0.56 | 0.22 | 21.08 | 0.5 | 0.57 |
| Hex | C8 | 80 | 59 | 0 | 24 | 38 | 16 | 15 | 32 | 39 |
| Octal | 310 | 200 | 131 | 0 | 44 | 70 | 26 | 25 | 62 | 71 |
| Binary | 11001000 | 10000000 | 1011001 | 0 | 100100 | 111000 | 10110 | 10101 | 110010 | 111001 |
Color Harmonies of #C88059
Complementary color
Monochromatic Colors of #C88059
Black with #C88059
Text Example
Text Example
White with #C88059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88059; }
p { color: rgb(200,128,89); }
H1.HeaderClassName
{
color: #C88059;
}
.AnyTagClassName
{
color: #C88059;
}
</style>
background-color css
<style>
a { background-color: #C88059; }
a { background-color: rgb(200,128,89); }
div.DivClassName
{
background-color: #C88059;
}
.BgClassName
{
background-color: #C88059;
}
</style>
border-color css
<style>
span { border-color: #C88059; }
span { border-color: rgb(200,128,89); }
td.TdClassName
{
border-color: #C88059;
}
.TagClassName
{
border-color: #C88059;
}
</style>