Shades of Burning Sand #C58965
Tints of Burning Sand #C58965
RGB
CMYK
RGB Variations
Color information
#C58965 (or 0xC58965) is known color: Burning Sand. HEX triplet: C5, 89 and 65. RGB value is (197,137,101). Sum of RGB (Red+Green+Blue) = 197+137+101=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C58965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58965 is #3A769A. Grayscale: #979797. Windows color (decimal): -3831451 or 6654405. OLE color: 6654405.
HSL color Cylindrical-coordinate representation of color #C58965: hue angle of 22.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C58965 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 101 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.23 |
| HSL | 22.5º | 0.45% | 0.58% | - |
| HSV(B) | 22.5º | 0.49% | 0.77% | - |
| XYZ | 34.32 | 30.7 | 16.43 | - |
| YUV | 150.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 101 | 0 | 0.30 | 0.49 | 0.23 | 22.5 | 0.45 | 0.58 |
| Hex | C5 | 89 | 65 | 0 | 1E | 31 | 17 | 16 | 2D | 3A |
| Octal | 305 | 211 | 145 | 0 | 36 | 61 | 27 | 26 | 55 | 72 |
| Binary | 11000101 | 10001001 | 1100101 | 0 | 11110 | 110001 | 10111 | 10110 | 101101 | 111010 |
Color Harmonies of #C58965
Complementary color
Monochromatic Colors of #C58965
Black with #C58965
Text Example
Text Example
White with #C58965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58965; }
p { color: rgb(197,137,101); }
H1.HeaderClassName
{
color: #C58965;
}
.AnyTagClassName
{
color: #C58965;
}
</style>
background-color css
<style>
a { background-color: #C58965; }
a { background-color: rgb(197,137,101); }
div.DivClassName
{
background-color: #C58965;
}
.BgClassName
{
background-color: #C58965;
}
</style>
border-color css
<style>
span { border-color: #C58965; }
span { border-color: rgb(197,137,101); }
td.TdClassName
{
border-color: #C58965;
}
.TagClassName
{
border-color: #C58965;
}
</style>