Shades of Whiskey #C58C60
Tints of Whiskey #C58C60
RGB
CMYK
RGB Variations
Color information
#C58C60 (or 0xC58C60) is known color: Whiskey. HEX triplet: C5, 8C and 60. RGB value is (197,140,96). Sum of RGB (Red+Green+Blue) = 197+140+96=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C60 is #3A739F. Grayscale: #989898. Windows color (decimal): -3830688 or 6327493. OLE color: 6327493.
HSL color Cylindrical-coordinate representation of color #C58C60: hue angle of 26.14º 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 #C58C60 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 96 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.23 |
| HSL | 26.14º | 0.47% | 0.57% | - |
| HSV(B) | 26.14º | 0.51% | 0.77% | - |
| XYZ | 34.52 | 31.47 | 15.32 | - |
| YUV | 152.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 96 | 0 | 0.29 | 0.51 | 0.23 | 26.14 | 0.47 | 0.57 |
| Hex | C5 | 8C | 60 | 0 | 1D | 33 | 17 | 1A | 2F | 39 |
| Octal | 305 | 214 | 140 | 0 | 35 | 63 | 27 | 32 | 57 | 71 |
| Binary | 11000101 | 10001100 | 1100000 | 0 | 11101 | 110011 | 10111 | 11010 | 101111 | 111001 |
Color Harmonies of #C58C60
Complementary color
Monochromatic Colors of #C58C60
Black with #C58C60
Text Example
Text Example
White with #C58C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C60; }
p { color: rgb(197,140,96); }
H1.HeaderClassName
{
color: #C58C60;
}
.AnyTagClassName
{
color: #C58C60;
}
</style>
background-color css
<style>
a { background-color: #C58C60; }
a { background-color: rgb(197,140,96); }
div.DivClassName
{
background-color: #C58C60;
}
.BgClassName
{
background-color: #C58C60;
}
</style>
border-color css
<style>
span { border-color: #C58C60; }
span { border-color: rgb(197,140,96); }
td.TdClassName
{
border-color: #C58C60;
}
.TagClassName
{
border-color: #C58C60;
}
</style>