Shades of Whiskey #C58C6B
Tints of Whiskey #C58C6B
RGB
CMYK
RGB Variations
Color information
#C58C6B (or 0xC58C6B) is known color: Whiskey. HEX triplet: C5, 8C and 6B. RGB value is (197,140,107). Sum of RGB (Red+Green+Blue) = 197+140+107=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C6B is #3A7394. Grayscale: #999999. Windows color (decimal): -3830677 or 7048389. OLE color: 7048389.
HSL color Cylindrical-coordinate representation of color #C58C6B: hue angle of 22º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C58C6B is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 107 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.23 |
| HSL | 22º | 0.44% | 0.6% | - |
| HSV(B) | 22º | 0.46% | 0.77% | - |
| XYZ | 35.06 | 31.69 | 18.18 | - |
| YUV | 153.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 107 | 0 | 0.29 | 0.46 | 0.23 | 22 | 0.44 | 0.6 |
| Hex | C5 | 8C | 6B | 0 | 1D | 2E | 17 | 16 | 2C | 3C |
| Octal | 305 | 214 | 153 | 0 | 35 | 56 | 27 | 26 | 54 | 74 |
| Binary | 11000101 | 10001100 | 1101011 | 0 | 11101 | 101110 | 10111 | 10110 | 101100 | 111100 |
Color Harmonies of #C58C6B
Complementary color
Monochromatic Colors of #C58C6B
Black with #C58C6B
Text Example
Text Example
White with #C58C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C6B; }
p { color: rgb(197,140,107); }
H1.HeaderClassName
{
color: #C58C6B;
}
.AnyTagClassName
{
color: #C58C6B;
}
</style>
background-color css
<style>
a { background-color: #C58C6B; }
a { background-color: rgb(197,140,107); }
div.DivClassName
{
background-color: #C58C6B;
}
.BgClassName
{
background-color: #C58C6B;
}
</style>
border-color css
<style>
span { border-color: #C58C6B; }
span { border-color: rgb(197,140,107); }
td.TdClassName
{
border-color: #C58C6B;
}
.TagClassName
{
border-color: #C58C6B;
}
</style>