Shades of Whiskey #C58D61
Tints of Whiskey #C58D61
RGB
CMYK
RGB Variations
Color information
#C58D61 (or 0xC58D61) is known color: Whiskey. HEX triplet: C5, 8D and 61. RGB value is (197,141,97). Sum of RGB (Red+Green+Blue) = 197+141+97=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D61 is #3A729E. Grayscale: #989898. Windows color (decimal): -3830431 or 6393285. OLE color: 6393285.
HSL color Cylindrical-coordinate representation of color #C58D61: hue angle of 26.4º 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 #C58D61 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 97 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.23 |
| HSL | 26.4º | 0.46% | 0.58% | - |
| HSV(B) | 26.4º | 0.51% | 0.77% | - |
| XYZ | 34.71 | 31.78 | 15.61 | - |
| YUV | 152.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 97 | 0 | 0.28 | 0.51 | 0.23 | 26.4 | 0.46 | 0.58 |
| Hex | C5 | 8D | 61 | 0 | 1C | 33 | 17 | 1A | 2E | 3A |
| Octal | 305 | 215 | 141 | 0 | 34 | 63 | 27 | 32 | 56 | 72 |
| Binary | 11000101 | 10001101 | 1100001 | 0 | 11100 | 110011 | 10111 | 11010 | 101110 | 111010 |
Color Harmonies of #C58D61
Complementary color
Monochromatic Colors of #C58D61
Black with #C58D61
Text Example
Text Example
White with #C58D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D61; }
p { color: rgb(197,141,97); }
H1.HeaderClassName
{
color: #C58D61;
}
.AnyTagClassName
{
color: #C58D61;
}
</style>
background-color css
<style>
a { background-color: #C58D61; }
a { background-color: rgb(197,141,97); }
div.DivClassName
{
background-color: #C58D61;
}
.BgClassName
{
background-color: #C58D61;
}
</style>
border-color css
<style>
span { border-color: #C58D61; }
span { border-color: rgb(197,141,97); }
td.TdClassName
{
border-color: #C58D61;
}
.TagClassName
{
border-color: #C58D61;
}
</style>