Shades of Whiskey #C58960
Tints of Whiskey #C58960
RGB
CMYK
RGB Variations
Color information
#C58960 (or 0xC58960) is known color: Whiskey. HEX triplet: C5, 89 and 60. RGB value is (197,137,96). Sum of RGB (Red+Green+Blue) = 197+137+96=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C58960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58960 is #3A769F. Grayscale: #969696. Windows color (decimal): -3831456 or 6326725. OLE color: 6326725.
HSL color Cylindrical-coordinate representation of color #C58960: hue angle of 24.36º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58960 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 96 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.23 |
| HSL | 24.36º | 0.47% | 0.57% | - |
| HSV(B) | 24.36º | 0.51% | 0.77% | - |
| XYZ | 34.08 | 30.61 | 15.18 | - |
| YUV | 150.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 96 | 0 | 0.30 | 0.51 | 0.23 | 24.36 | 0.47 | 0.57 |
| Hex | C5 | 89 | 60 | 0 | 1E | 33 | 17 | 18 | 2F | 39 |
| Octal | 305 | 211 | 140 | 0 | 36 | 63 | 27 | 30 | 57 | 71 |
| Binary | 11000101 | 10001001 | 1100000 | 0 | 11110 | 110011 | 10111 | 11000 | 101111 | 111001 |
Color Harmonies of #C58960
Complementary color
Monochromatic Colors of #C58960
Black with #C58960
Text Example
Text Example
White with #C58960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58960; }
p { color: rgb(197,137,96); }
H1.HeaderClassName
{
color: #C58960;
}
.AnyTagClassName
{
color: #C58960;
}
</style>
background-color css
<style>
a { background-color: #C58960; }
a { background-color: rgb(197,137,96); }
div.DivClassName
{
background-color: #C58960;
}
.BgClassName
{
background-color: #C58960;
}
</style>
border-color css
<style>
span { border-color: #C58960; }
span { border-color: rgb(197,137,96); }
td.TdClassName
{
border-color: #C58960;
}
.TagClassName
{
border-color: #C58960;
}
</style>