Shades of Burning Sand #C58967
Tints of Burning Sand #C58967
RGB
CMYK
RGB Variations
Color information
#C58967 (or 0xC58967) is known color: Burning Sand. HEX triplet: C5, 89 and 67. RGB value is (197,137,103). Sum of RGB (Red+Green+Blue) = 197+137+103=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C58967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58967 is #3A7698. Grayscale: #979797. Windows color (decimal): -3831449 or 6785477. OLE color: 6785477.
HSL color Cylindrical-coordinate representation of color #C58967: hue angle of 21.7º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C58967 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 103 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.23 |
| HSL | 21.7º | 0.45% | 0.59% | - |
| HSV(B) | 21.7º | 0.48% | 0.77% | - |
| XYZ | 34.42 | 30.74 | 16.95 | - |
| YUV | 151.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 103 | 0 | 0.30 | 0.48 | 0.23 | 21.7 | 0.45 | 0.59 |
| Hex | C5 | 89 | 67 | 0 | 1E | 30 | 17 | 16 | 2D | 3B |
| Octal | 305 | 211 | 147 | 0 | 36 | 60 | 27 | 26 | 55 | 73 |
| Binary | 11000101 | 10001001 | 1100111 | 0 | 11110 | 110000 | 10111 | 10110 | 101101 | 111011 |
Color Harmonies of #C58967
Complementary color
Monochromatic Colors of #C58967
Black with #C58967
Text Example
Text Example
White with #C58967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58967; }
p { color: rgb(197,137,103); }
H1.HeaderClassName
{
color: #C58967;
}
.AnyTagClassName
{
color: #C58967;
}
</style>
background-color css
<style>
a { background-color: #C58967; }
a { background-color: rgb(197,137,103); }
div.DivClassName
{
background-color: #C58967;
}
.BgClassName
{
background-color: #C58967;
}
</style>
border-color css
<style>
span { border-color: #C58967; }
span { border-color: rgb(197,137,103); }
td.TdClassName
{
border-color: #C58967;
}
.TagClassName
{
border-color: #C58967;
}
</style>