Shades of Burning Sand #C58661
Tints of Burning Sand #C58661
RGB
CMYK
RGB Variations
Color information
#C58661 (or 0xC58661) is known color: Burning Sand. HEX triplet: C5, 86 and 61. RGB value is (197,134,97). Sum of RGB (Red+Green+Blue) = 197+134+97=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C58661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58661 is #3A799E. Grayscale: #949494. Windows color (decimal): -3832223 or 6391493. OLE color: 6391493.
HSL color Cylindrical-coordinate representation of color #C58661: hue angle of 22.2º 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 #C58661 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 97 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.23 |
| HSL | 22.2º | 0.46% | 0.58% | - |
| HSV(B) | 22.2º | 0.51% | 0.77% | - |
| XYZ | 33.71 | 29.78 | 15.28 | - |
| YUV | 148.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 97 | 0 | 0.32 | 0.51 | 0.23 | 22.2 | 0.46 | 0.58 |
| Hex | C5 | 86 | 61 | 0 | 20 | 33 | 17 | 16 | 2E | 3A |
| Octal | 305 | 206 | 141 | 0 | 40 | 63 | 27 | 26 | 56 | 72 |
| Binary | 11000101 | 10000110 | 1100001 | 0 | 100000 | 110011 | 10111 | 10110 | 101110 | 111010 |
Color Harmonies of #C58661
Complementary color
Monochromatic Colors of #C58661
Black with #C58661
Text Example
Text Example
White with #C58661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58661; }
p { color: rgb(197,134,97); }
H1.HeaderClassName
{
color: #C58661;
}
.AnyTagClassName
{
color: #C58661;
}
</style>
background-color css
<style>
a { background-color: #C58661; }
a { background-color: rgb(197,134,97); }
div.DivClassName
{
background-color: #C58661;
}
.BgClassName
{
background-color: #C58661;
}
</style>
border-color css
<style>
span { border-color: #C58661; }
span { border-color: rgb(197,134,97); }
td.TdClassName
{
border-color: #C58661;
}
.TagClassName
{
border-color: #C58661;
}
</style>