Shades of Burning Sand #C58963
Tints of Burning Sand #C58963
RGB
CMYK
RGB Variations
Color information
#C58963 (or 0xC58963) is known color: Burning Sand. HEX triplet: C5, 89 and 63. RGB value is (197,137,99). Sum of RGB (Red+Green+Blue) = 197+137+99=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58963 is #3A769C. Grayscale: #969696. Windows color (decimal): -3831453 or 6523333. OLE color: 6523333.
HSL color Cylindrical-coordinate representation of color #C58963: hue angle of 23.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C58963 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 99 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.23 |
| HSL | 23.27º | 0.46% | 0.58% | - |
| HSV(B) | 23.27º | 0.5% | 0.77% | - |
| XYZ | 34.22 | 30.66 | 15.92 | - |
| YUV | 150.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 99 | 0 | 0.30 | 0.50 | 0.23 | 23.27 | 0.46 | 0.58 |
| Hex | C5 | 89 | 63 | 0 | 1E | 32 | 17 | 17 | 2E | 3A |
| Octal | 305 | 211 | 143 | 0 | 36 | 62 | 27 | 27 | 56 | 72 |
| Binary | 11000101 | 10001001 | 1100011 | 0 | 11110 | 110010 | 10111 | 10111 | 101110 | 111010 |
Color Harmonies of #C58963
Complementary color
Monochromatic Colors of #C58963
Black with #C58963
Text Example
Text Example
White with #C58963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58963; }
p { color: rgb(197,137,99); }
H1.HeaderClassName
{
color: #C58963;
}
.AnyTagClassName
{
color: #C58963;
}
</style>
background-color css
<style>
a { background-color: #C58963; }
a { background-color: rgb(197,137,99); }
div.DivClassName
{
background-color: #C58963;
}
.BgClassName
{
background-color: #C58963;
}
</style>
border-color css
<style>
span { border-color: #C58963; }
span { border-color: rgb(197,137,99); }
td.TdClassName
{
border-color: #C58963;
}
.TagClassName
{
border-color: #C58963;
}
</style>