Shades of Burning Sand #C58458
Tints of Burning Sand #C58458
RGB
CMYK
RGB Variations
Color information
#C58458 (or 0xC58458) is known color: Burning Sand. HEX triplet: C5, 84 and 58. RGB value is (197,132,88). Sum of RGB (Red+Green+Blue) = 197+132+88=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C58458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58458 is #3A7BA7. Grayscale: #929292. Windows color (decimal): -3832744 or 5801157. OLE color: 5801157.
HSL color Cylindrical-coordinate representation of color #C58458: hue angle of 24.22º 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 #C58458 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 88 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.23 |
| HSL | 24.22º | 0.48% | 0.56% | - |
| HSV(B) | 24.22º | 0.55% | 0.77% | - |
| XYZ | 33.04 | 29.08 | 13.1 | - |
| YUV | 146.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 88 | 0 | 0.33 | 0.55 | 0.23 | 24.22 | 0.48 | 0.56 |
| Hex | C5 | 84 | 58 | 0 | 21 | 37 | 17 | 18 | 30 | 38 |
| Octal | 305 | 204 | 130 | 0 | 41 | 67 | 27 | 30 | 60 | 70 |
| Binary | 11000101 | 10000100 | 1011000 | 0 | 100001 | 110111 | 10111 | 11000 | 110000 | 111000 |
Color Harmonies of #C58458
Complementary color
Monochromatic Colors of #C58458
Black with #C58458
Text Example
Text Example
White with #C58458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58458; }
p { color: rgb(197,132,88); }
H1.HeaderClassName
{
color: #C58458;
}
.AnyTagClassName
{
color: #C58458;
}
</style>
background-color css
<style>
a { background-color: #C58458; }
a { background-color: rgb(197,132,88); }
div.DivClassName
{
background-color: #C58458;
}
.BgClassName
{
background-color: #C58458;
}
</style>
border-color css
<style>
span { border-color: #C58458; }
span { border-color: rgb(197,132,88); }
td.TdClassName
{
border-color: #C58458;
}
.TagClassName
{
border-color: #C58458;
}
</style>