Shades of Whiskey #C58F68
Tints of Whiskey #C58F68
RGB
CMYK
RGB Variations
Color information
#C58F68 (or 0xC58F68) is known color: Whiskey. HEX triplet: C5, 8F and 68. RGB value is (197,143,104). Sum of RGB (Red+Green+Blue) = 197+143+104=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F68 is #3A7097. Grayscale: #9A9A9A. Windows color (decimal): -3829912 or 6852549. OLE color: 6852549.
HSL color Cylindrical-coordinate representation of color #C58F68: hue angle of 25.16º 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 #C58F68 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 104 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.23 |
| HSL | 25.16º | 0.44% | 0.59% | - |
| HSV(B) | 25.16º | 0.47% | 0.77% | - |
| XYZ | 35.35 | 32.51 | 17.51 | - |
| YUV | 154.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 104 | 0 | 0.27 | 0.47 | 0.23 | 25.16 | 0.44 | 0.59 |
| Hex | C5 | 8F | 68 | 0 | 1B | 2F | 17 | 19 | 2C | 3B |
| Octal | 305 | 217 | 150 | 0 | 33 | 57 | 27 | 31 | 54 | 73 |
| Binary | 11000101 | 10001111 | 1101000 | 0 | 11011 | 101111 | 10111 | 11001 | 101100 | 111011 |
Color Harmonies of #C58F68
Complementary color
Monochromatic Colors of #C58F68
Black with #C58F68
Text Example
Text Example
White with #C58F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F68; }
p { color: rgb(197,143,104); }
H1.HeaderClassName
{
color: #C58F68;
}
.AnyTagClassName
{
color: #C58F68;
}
</style>
background-color css
<style>
a { background-color: #C58F68; }
a { background-color: rgb(197,143,104); }
div.DivClassName
{
background-color: #C58F68;
}
.BgClassName
{
background-color: #C58F68;
}
</style>
border-color css
<style>
span { border-color: #C58F68; }
span { border-color: rgb(197,143,104); }
td.TdClassName
{
border-color: #C58F68;
}
.TagClassName
{
border-color: #C58F68;
}
</style>