Shades of Whiskey #C5895F
Tints of Whiskey #C5895F
RGB
CMYK
RGB Variations
Color information
#C5895F (or 0xC5895F) is known color: Whiskey. HEX triplet: C5, 89 and 5F. RGB value is (197,137,95). Sum of RGB (Red+Green+Blue) = 197+137+95=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5895F is #3A76A0. Grayscale: #969696. Windows color (decimal): -3831457 or 6261189. OLE color: 6261189.
HSL color Cylindrical-coordinate representation of color #C5895F: hue angle of 24.71º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5895F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 95 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.23 |
| HSL | 24.71º | 0.47% | 0.57% | - |
| HSV(B) | 24.71º | 0.52% | 0.77% | - |
| XYZ | 34.04 | 30.59 | 14.94 | - |
| YUV | 150.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 95 | 0 | 0.30 | 0.52 | 0.23 | 24.71 | 0.47 | 0.57 |
| Hex | C5 | 89 | 5F | 0 | 1E | 34 | 17 | 19 | 2F | 39 |
| Octal | 305 | 211 | 137 | 0 | 36 | 64 | 27 | 31 | 57 | 71 |
| Binary | 11000101 | 10001001 | 1011111 | 0 | 11110 | 110100 | 10111 | 11001 | 101111 | 111001 |
Color Harmonies of #C5895F
Complementary color
Monochromatic Colors of #C5895F
Black with #C5895F
Text Example
Text Example
White with #C5895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5895F; }
p { color: rgb(197,137,95); }
H1.HeaderClassName
{
color: #C5895F;
}
.AnyTagClassName
{
color: #C5895F;
}
</style>
background-color css
<style>
a { background-color: #C5895F; }
a { background-color: rgb(197,137,95); }
div.DivClassName
{
background-color: #C5895F;
}
.BgClassName
{
background-color: #C5895F;
}
</style>
border-color css
<style>
span { border-color: #C5895F; }
span { border-color: rgb(197,137,95); }
td.TdClassName
{
border-color: #C5895F;
}
.TagClassName
{
border-color: #C5895F;
}
</style>