Shades of Whiskey #C58F6B
Tints of Whiskey #C58F6B
RGB
CMYK
RGB Variations
Color information
#C58F6B (or 0xC58F6B) is known color: Whiskey. HEX triplet: C5, 8F and 6B. RGB value is (197,143,107). Sum of RGB (Red+Green+Blue) = 197+143+107=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F6B is #3A7094. Grayscale: #9B9B9B. Windows color (decimal): -3829909 or 7049157. OLE color: 7049157.
HSL color Cylindrical-coordinate representation of color #C58F6B: hue angle of 24º 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 #C58F6B is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 107 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.23 |
| HSL | 24º | 0.44% | 0.6% | - |
| HSV(B) | 24º | 0.46% | 0.77% | - |
| XYZ | 35.5 | 32.58 | 18.33 | - |
| YUV | 155.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 107 | 0 | 0.27 | 0.46 | 0.23 | 24 | 0.44 | 0.6 |
| Hex | C5 | 8F | 6B | 0 | 1B | 2E | 17 | 18 | 2C | 3C |
| Octal | 305 | 217 | 153 | 0 | 33 | 56 | 27 | 30 | 54 | 74 |
| Binary | 11000101 | 10001111 | 1101011 | 0 | 11011 | 101110 | 10111 | 11000 | 101100 | 111100 |
Color Harmonies of #C58F6B
Complementary color
Monochromatic Colors of #C58F6B
Black with #C58F6B
Text Example
Text Example
White with #C58F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F6B; }
p { color: rgb(197,143,107); }
H1.HeaderClassName
{
color: #C58F6B;
}
.AnyTagClassName
{
color: #C58F6B;
}
</style>
background-color css
<style>
a { background-color: #C58F6B; }
a { background-color: rgb(197,143,107); }
div.DivClassName
{
background-color: #C58F6B;
}
.BgClassName
{
background-color: #C58F6B;
}
</style>
border-color css
<style>
span { border-color: #C58F6B; }
span { border-color: rgb(197,143,107); }
td.TdClassName
{
border-color: #C58F6B;
}
.TagClassName
{
border-color: #C58F6B;
}
</style>