Shades of Whiskey #C9895C
Tints of Whiskey #C9895C
RGB
CMYK
RGB Variations
Color information
#C9895C (or 0xC9895C) is known color: Whiskey. HEX triplet: C9, 89 and 5C. RGB value is (201,137,92). Sum of RGB (Red+Green+Blue) = 201+137+92=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9895C is #3676A3. Grayscale: #979797. Windows color (decimal): -3569316 or 6064585. OLE color: 6064585.
HSL color Cylindrical-coordinate representation of color #C9895C: hue angle of 24.77º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9895C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 92 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.21 |
| HSL | 24.77º | 0.5% | 0.57% | - |
| HSV(B) | 24.77º | 0.54% | 0.79% | - |
| XYZ | 34.96 | 31.08 | 14.28 | - |
| YUV | 151.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 92 | 0 | 0.32 | 0.54 | 0.21 | 24.77 | 0.5 | 0.57 |
| Hex | C9 | 89 | 5C | 0 | 20 | 36 | 15 | 19 | 32 | 39 |
| Octal | 311 | 211 | 134 | 0 | 40 | 66 | 25 | 31 | 62 | 71 |
| Binary | 11001001 | 10001001 | 1011100 | 0 | 100000 | 110110 | 10101 | 11001 | 110010 | 111001 |
Color Harmonies of #C9895C
Complementary color
Monochromatic Colors of #C9895C
Black with #C9895C
Text Example
Text Example
White with #C9895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9895C; }
p { color: rgb(201,137,92); }
H1.HeaderClassName
{
color: #C9895C;
}
.AnyTagClassName
{
color: #C9895C;
}
</style>
background-color css
<style>
a { background-color: #C9895C; }
a { background-color: rgb(201,137,92); }
div.DivClassName
{
background-color: #C9895C;
}
.BgClassName
{
background-color: #C9895C;
}
</style>
border-color css
<style>
span { border-color: #C9895C; }
span { border-color: rgb(201,137,92); }
td.TdClassName
{
border-color: #C9895C;
}
.TagClassName
{
border-color: #C9895C;
}
</style>