Shades of Whiskey #C58B69
Tints of Whiskey #C58B69
RGB
CMYK
RGB Variations
Color information
#C58B69 (or 0xC58B69) is known color: Whiskey. HEX triplet: C5, 8B and 69. RGB value is (197,139,105). Sum of RGB (Red+Green+Blue) = 197+139+105=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B69 is #3A7496. Grayscale: #989898. Windows color (decimal): -3830935 or 6917061. OLE color: 6917061.
HSL color Cylindrical-coordinate representation of color #C58B69: hue angle of 22.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58B69 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 105 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.23 |
| HSL | 22.17º | 0.44% | 0.59% | - |
| HSV(B) | 22.17º | 0.47% | 0.77% | - |
| XYZ | 34.81 | 31.36 | 17.58 | - |
| YUV | 152.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 105 | 0 | 0.29 | 0.47 | 0.23 | 22.17 | 0.44 | 0.59 |
| Hex | C5 | 8B | 69 | 0 | 1D | 2F | 17 | 16 | 2C | 3B |
| Octal | 305 | 213 | 151 | 0 | 35 | 57 | 27 | 26 | 54 | 73 |
| Binary | 11000101 | 10001011 | 1101001 | 0 | 11101 | 101111 | 10111 | 10110 | 101100 | 111011 |
Color Harmonies of #C58B69
Complementary color
Monochromatic Colors of #C58B69
Black with #C58B69
Text Example
Text Example
White with #C58B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B69; }
p { color: rgb(197,139,105); }
H1.HeaderClassName
{
color: #C58B69;
}
.AnyTagClassName
{
color: #C58B69;
}
</style>
background-color css
<style>
a { background-color: #C58B69; }
a { background-color: rgb(197,139,105); }
div.DivClassName
{
background-color: #C58B69;
}
.BgClassName
{
background-color: #C58B69;
}
</style>
border-color css
<style>
span { border-color: #C58B69; }
span { border-color: rgb(197,139,105); }
td.TdClassName
{
border-color: #C58B69;
}
.TagClassName
{
border-color: #C58B69;
}
</style>