Shades of Whiskey #C9885C
Tints of Whiskey #C9885C
RGB
CMYK
RGB Variations
Color information
#C9885C (or 0xC9885C) is known color: Whiskey. HEX triplet: C9, 88 and 5C. RGB value is (201,136,92). Sum of RGB (Red+Green+Blue) = 201+136+92=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9885C is #3677A3. Grayscale: #969696. Windows color (decimal): -3569572 or 6064329. OLE color: 6064329.
HSL color Cylindrical-coordinate representation of color #C9885C: hue angle of 24.22º 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 #C9885C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 92 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.21 |
| HSL | 24.22º | 0.5% | 0.57% | - |
| HSV(B) | 24.22º | 0.54% | 0.79% | - |
| XYZ | 34.82 | 30.8 | 14.23 | - |
| YUV | 150.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 92 | 0 | 0.32 | 0.54 | 0.21 | 24.22 | 0.5 | 0.57 |
| Hex | C9 | 88 | 5C | 0 | 20 | 36 | 15 | 18 | 32 | 39 |
| Octal | 311 | 210 | 134 | 0 | 40 | 66 | 25 | 30 | 62 | 71 |
| Binary | 11001001 | 10001000 | 1011100 | 0 | 100000 | 110110 | 10101 | 11000 | 110010 | 111001 |
Color Harmonies of #C9885C
Complementary color
Monochromatic Colors of #C9885C
Black with #C9885C
Text Example
Text Example
White with #C9885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9885C; }
p { color: rgb(201,136,92); }
H1.HeaderClassName
{
color: #C9885C;
}
.AnyTagClassName
{
color: #C9885C;
}
</style>
background-color css
<style>
a { background-color: #C9885C; }
a { background-color: rgb(201,136,92); }
div.DivClassName
{
background-color: #C9885C;
}
.BgClassName
{
background-color: #C9885C;
}
</style>
border-color css
<style>
span { border-color: #C9885C; }
span { border-color: rgb(201,136,92); }
td.TdClassName
{
border-color: #C9885C;
}
.TagClassName
{
border-color: #C9885C;
}
</style>