Shades of Burning Sand #C58059
Tints of Burning Sand #C58059
RGB
CMYK
RGB Variations
Color information
#C58059 (or 0xC58059) is known color: Burning Sand. HEX triplet: C5, 80 and 59. RGB value is (197,128,89). Sum of RGB (Red+Green+Blue) = 197+128+89=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58059 is #3A7FA6. Grayscale: #909090. Windows color (decimal): -3833767 or 5865669. OLE color: 5865669.
HSL color Cylindrical-coordinate representation of color #C58059: hue angle of 21.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C58059 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 89 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.23 |
| HSL | 21.67º | 0.48% | 0.56% | - |
| HSV(B) | 21.67º | 0.55% | 0.77% | - |
| XYZ | 32.55 | 28.03 | 13.15 | - |
| YUV | 144.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 89 | 0 | 0.35 | 0.55 | 0.23 | 21.67 | 0.48 | 0.56 |
| Hex | C5 | 80 | 59 | 0 | 23 | 37 | 17 | 16 | 30 | 38 |
| Octal | 305 | 200 | 131 | 0 | 43 | 67 | 27 | 26 | 60 | 70 |
| Binary | 11000101 | 10000000 | 1011001 | 0 | 100011 | 110111 | 10111 | 10110 | 110000 | 111000 |
Color Harmonies of #C58059
Complementary color
Monochromatic Colors of #C58059
Black with #C58059
Text Example
Text Example
White with #C58059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58059; }
p { color: rgb(197,128,89); }
H1.HeaderClassName
{
color: #C58059;
}
.AnyTagClassName
{
color: #C58059;
}
</style>
background-color css
<style>
a { background-color: #C58059; }
a { background-color: rgb(197,128,89); }
div.DivClassName
{
background-color: #C58059;
}
.BgClassName
{
background-color: #C58059;
}
</style>
border-color css
<style>
span { border-color: #C58059; }
span { border-color: rgb(197,128,89); }
td.TdClassName
{
border-color: #C58059;
}
.TagClassName
{
border-color: #C58059;
}
</style>