Shades of Burning Sand #C58561
Tints of Burning Sand #C58561
RGB
CMYK
RGB Variations
Color information
#C58561 (or 0xC58561) is known color: Burning Sand. HEX triplet: C5, 85 and 61. RGB value is (197,133,97). Sum of RGB (Red+Green+Blue) = 197+133+97=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C58561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58561 is #3A7A9E. Grayscale: #949494. Windows color (decimal): -3832479 or 6391237. OLE color: 6391237.
HSL color Cylindrical-coordinate representation of color #C58561: hue angle of 21.6º 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 #C58561 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 97 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.23 |
| HSL | 21.6º | 0.46% | 0.58% | - |
| HSV(B) | 21.6º | 0.51% | 0.77% | - |
| XYZ | 33.57 | 29.51 | 15.24 | - |
| YUV | 148.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 97 | 0 | 0.32 | 0.51 | 0.23 | 21.6 | 0.46 | 0.58 |
| Hex | C5 | 85 | 61 | 0 | 20 | 33 | 17 | 16 | 2E | 3A |
| Octal | 305 | 205 | 141 | 0 | 40 | 63 | 27 | 26 | 56 | 72 |
| Binary | 11000101 | 10000101 | 1100001 | 0 | 100000 | 110011 | 10111 | 10110 | 101110 | 111010 |
Color Harmonies of #C58561
Complementary color
Monochromatic Colors of #C58561
Black with #C58561
Text Example
Text Example
White with #C58561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58561; }
p { color: rgb(197,133,97); }
H1.HeaderClassName
{
color: #C58561;
}
.AnyTagClassName
{
color: #C58561;
}
</style>
background-color css
<style>
a { background-color: #C58561; }
a { background-color: rgb(197,133,97); }
div.DivClassName
{
background-color: #C58561;
}
.BgClassName
{
background-color: #C58561;
}
</style>
border-color css
<style>
span { border-color: #C58561; }
span { border-color: rgb(197,133,97); }
td.TdClassName
{
border-color: #C58561;
}
.TagClassName
{
border-color: #C58561;
}
</style>