Shades of Whiskey #C58A63
Tints of Whiskey #C58A63
RGB
CMYK
RGB Variations
Color information
#C58A63 (or 0xC58A63) is known color: Whiskey. HEX triplet: C5, 8A and 63. RGB value is (197,138,99). Sum of RGB (Red+Green+Blue) = 197+138+99=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A63 is #3A759C. Grayscale: #979797. Windows color (decimal): -3831197 or 6523589. OLE color: 6523589.
HSL color Cylindrical-coordinate representation of color #C58A63: hue angle of 23.88º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C58A63 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 99 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.23 |
| HSL | 23.88º | 0.46% | 0.58% | - |
| HSV(B) | 23.88º | 0.5% | 0.77% | - |
| XYZ | 34.37 | 30.95 | 15.97 | - |
| YUV | 151.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 99 | 0 | 0.30 | 0.50 | 0.23 | 23.88 | 0.46 | 0.58 |
| Hex | C5 | 8A | 63 | 0 | 1E | 32 | 17 | 18 | 2E | 3A |
| Octal | 305 | 212 | 143 | 0 | 36 | 62 | 27 | 30 | 56 | 72 |
| Binary | 11000101 | 10001010 | 1100011 | 0 | 11110 | 110010 | 10111 | 11000 | 101110 | 111010 |
Color Harmonies of #C58A63
Complementary color
Monochromatic Colors of #C58A63
Black with #C58A63
Text Example
Text Example
White with #C58A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A63; }
p { color: rgb(197,138,99); }
H1.HeaderClassName
{
color: #C58A63;
}
.AnyTagClassName
{
color: #C58A63;
}
</style>
background-color css
<style>
a { background-color: #C58A63; }
a { background-color: rgb(197,138,99); }
div.DivClassName
{
background-color: #C58A63;
}
.BgClassName
{
background-color: #C58A63;
}
</style>
border-color css
<style>
span { border-color: #C58A63; }
span { border-color: rgb(197,138,99); }
td.TdClassName
{
border-color: #C58A63;
}
.TagClassName
{
border-color: #C58A63;
}
</style>