Shades of Whiskey #C9906C
Tints of Whiskey #C9906C
RGB
CMYK
RGB Variations
Color information
#C9906C (or 0xC9906C) is known color: Whiskey. HEX triplet: C9, 90 and 6C. RGB value is (201,144,108). Sum of RGB (Red+Green+Blue) = 201+144+108=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9906C is #366F93. Grayscale: #9D9D9D. Windows color (decimal): -3567508 or 7114953. OLE color: 7114953.
HSL color Cylindrical-coordinate representation of color #C9906C: hue angle of 23.23º 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 #C9906C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 108 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.21 |
| HSL | 23.23º | 0.46% | 0.61% | - |
| HSV(B) | 23.23º | 0.46% | 0.79% | - |
| XYZ | 36.77 | 33.45 | 18.71 | - |
| YUV | 156.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 108 | 0 | 0.28 | 0.46 | 0.21 | 23.23 | 0.46 | 0.61 |
| Hex | C9 | 90 | 6C | 0 | 1C | 2E | 15 | 17 | 2E | 3D |
| Octal | 311 | 220 | 154 | 0 | 34 | 56 | 25 | 27 | 56 | 75 |
| Binary | 11001001 | 10010000 | 1101100 | 0 | 11100 | 101110 | 10101 | 10111 | 101110 | 111101 |
Color Harmonies of #C9906C
Complementary color
Monochromatic Colors of #C9906C
Black with #C9906C
Text Example
Text Example
White with #C9906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9906C; }
p { color: rgb(201,144,108); }
H1.HeaderClassName
{
color: #C9906C;
}
.AnyTagClassName
{
color: #C9906C;
}
</style>
background-color css
<style>
a { background-color: #C9906C; }
a { background-color: rgb(201,144,108); }
div.DivClassName
{
background-color: #C9906C;
}
.BgClassName
{
background-color: #C9906C;
}
</style>
border-color css
<style>
span { border-color: #C9906C; }
span { border-color: rgb(201,144,108); }
td.TdClassName
{
border-color: #C9906C;
}
.TagClassName
{
border-color: #C9906C;
}
</style>