Shades of Whiskey #C9936C
Tints of Whiskey #C9936C
RGB
CMYK
RGB Variations
Color information
#C9936C (or 0xC9936C) is known color: Whiskey. HEX triplet: C9, 93 and 6C. RGB value is (201,147,108). Sum of RGB (Red+Green+Blue) = 201+147+108=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9936C is #366C93. Grayscale: #9E9E9E. Windows color (decimal): -3566740 or 7115721. OLE color: 7115721.
HSL color Cylindrical-coordinate representation of color #C9936C: hue angle of 25.16º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9936C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 108 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.21 |
| HSL | 25.16º | 0.46% | 0.61% | - |
| HSV(B) | 25.16º | 0.46% | 0.79% | - |
| XYZ | 37.23 | 34.37 | 18.86 | - |
| YUV | 158.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 108 | 0 | 0.27 | 0.46 | 0.21 | 25.16 | 0.46 | 0.61 |
| Hex | C9 | 93 | 6C | 0 | 1B | 2E | 15 | 19 | 2E | 3D |
| Octal | 311 | 223 | 154 | 0 | 33 | 56 | 25 | 31 | 56 | 75 |
| Binary | 11001001 | 10010011 | 1101100 | 0 | 11011 | 101110 | 10101 | 11001 | 101110 | 111101 |
Color Harmonies of #C9936C
Complementary color
Monochromatic Colors of #C9936C
Black with #C9936C
Text Example
Text Example
White with #C9936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9936C; }
p { color: rgb(201,147,108); }
H1.HeaderClassName
{
color: #C9936C;
}
.AnyTagClassName
{
color: #C9936C;
}
</style>
background-color css
<style>
a { background-color: #C9936C; }
a { background-color: rgb(201,147,108); }
div.DivClassName
{
background-color: #C9936C;
}
.BgClassName
{
background-color: #C9936C;
}
</style>
border-color css
<style>
span { border-color: #C9936C; }
span { border-color: rgb(201,147,108); }
td.TdClassName
{
border-color: #C9936C;
}
.TagClassName
{
border-color: #C9936C;
}
</style>