Shades of Burning Sand #C58257
Tints of Burning Sand #C58257
RGB
CMYK
RGB Variations
Color information
#C58257 (or 0xC58257) is known color: Burning Sand. HEX triplet: C5, 82 and 57. RGB value is (197,130,87). Sum of RGB (Red+Green+Blue) = 197+130+87=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58257 is #3A7DA8. Grayscale: #919191. Windows color (decimal): -3833257 or 5735109. OLE color: 5735109.
HSL color Cylindrical-coordinate representation of color #C58257: hue angle of 23.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C58257 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 87 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.23 |
| HSL | 23.45º | 0.49% | 0.56% | - |
| HSV(B) | 23.45º | 0.56% | 0.77% | - |
| XYZ | 32.73 | 28.52 | 12.8 | - |
| YUV | 145.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 87 | 0 | 0.34 | 0.56 | 0.23 | 23.45 | 0.49 | 0.56 |
| Hex | C5 | 82 | 57 | 0 | 22 | 38 | 17 | 17 | 31 | 38 |
| Octal | 305 | 202 | 127 | 0 | 42 | 70 | 27 | 27 | 61 | 70 |
| Binary | 11000101 | 10000010 | 1010111 | 0 | 100010 | 111000 | 10111 | 10111 | 110001 | 111000 |
Color Harmonies of #C58257
Complementary color
Monochromatic Colors of #C58257
Black with #C58257
Text Example
Text Example
White with #C58257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58257; }
p { color: rgb(197,130,87); }
H1.HeaderClassName
{
color: #C58257;
}
.AnyTagClassName
{
color: #C58257;
}
</style>
background-color css
<style>
a { background-color: #C58257; }
a { background-color: rgb(197,130,87); }
div.DivClassName
{
background-color: #C58257;
}
.BgClassName
{
background-color: #C58257;
}
</style>
border-color css
<style>
span { border-color: #C58257; }
span { border-color: rgb(197,130,87); }
td.TdClassName
{
border-color: #C58257;
}
.TagClassName
{
border-color: #C58257;
}
</style>