Shades of Burning Sand #C58261
Tints of Burning Sand #C58261
RGB
CMYK
RGB Variations
Color information
#C58261 (or 0xC58261) is known color: Burning Sand. HEX triplet: C5, 82 and 61. RGB value is (197,130,97). Sum of RGB (Red+Green+Blue) = 197+130+97=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58261 is #3A7D9E. Grayscale: #929292. Windows color (decimal): -3833247 or 6390469. OLE color: 6390469.
HSL color Cylindrical-coordinate representation of color #C58261: hue angle of 19.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58261 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 97 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.23 |
| HSL | 19.8º | 0.46% | 0.58% | - |
| HSV(B) | 19.8º | 0.51% | 0.77% | - |
| XYZ | 33.17 | 28.7 | 15.1 | - |
| YUV | 146.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 97 | 0 | 0.34 | 0.51 | 0.23 | 19.8 | 0.46 | 0.58 |
| Hex | C5 | 82 | 61 | 0 | 22 | 33 | 17 | 14 | 2E | 3A |
| Octal | 305 | 202 | 141 | 0 | 42 | 63 | 27 | 24 | 56 | 72 |
| Binary | 11000101 | 10000010 | 1100001 | 0 | 100010 | 110011 | 10111 | 10100 | 101110 | 111010 |
Color Harmonies of #C58261
Complementary color
Monochromatic Colors of #C58261
Black with #C58261
Text Example
Text Example
White with #C58261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58261; }
p { color: rgb(197,130,97); }
H1.HeaderClassName
{
color: #C58261;
}
.AnyTagClassName
{
color: #C58261;
}
</style>
background-color css
<style>
a { background-color: #C58261; }
a { background-color: rgb(197,130,97); }
div.DivClassName
{
background-color: #C58261;
}
.BgClassName
{
background-color: #C58261;
}
</style>
border-color css
<style>
span { border-color: #C58261; }
span { border-color: rgb(197,130,97); }
td.TdClassName
{
border-color: #C58261;
}
.TagClassName
{
border-color: #C58261;
}
</style>