Shades of Whiskey #C9926B
Tints of Whiskey #C9926B
RGB
CMYK
RGB Variations
Color information
#C9926B (or 0xC9926B) is known color: Whiskey. HEX triplet: C9, 92 and 6B. RGB value is (201,146,107). Sum of RGB (Red+Green+Blue) = 201+146+107=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9926B is #366D94. Grayscale: #9E9E9E. Windows color (decimal): -3566997 or 7049929. OLE color: 7049929.
HSL color Cylindrical-coordinate representation of color #C9926B: hue angle of 24.89º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9926B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 107 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.21 |
| HSL | 24.89º | 0.47% | 0.6% | - |
| HSV(B) | 24.89º | 0.47% | 0.79% | - |
| XYZ | 37.02 | 34.04 | 18.53 | - |
| YUV | 158 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 107 | 0 | 0.27 | 0.47 | 0.21 | 24.89 | 0.47 | 0.6 |
| Hex | C9 | 92 | 6B | 0 | 1B | 2F | 15 | 19 | 2F | 3C |
| Octal | 311 | 222 | 153 | 0 | 33 | 57 | 25 | 31 | 57 | 74 |
| Binary | 11001001 | 10010010 | 1101011 | 0 | 11011 | 101111 | 10101 | 11001 | 101111 | 111100 |
Color Harmonies of #C9926B
Complementary color
Monochromatic Colors of #C9926B
Black with #C9926B
Text Example
Text Example
White with #C9926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9926B; }
p { color: rgb(201,146,107); }
H1.HeaderClassName
{
color: #C9926B;
}
.AnyTagClassName
{
color: #C9926B;
}
</style>
background-color css
<style>
a { background-color: #C9926B; }
a { background-color: rgb(201,146,107); }
div.DivClassName
{
background-color: #C9926B;
}
.BgClassName
{
background-color: #C9926B;
}
</style>
border-color css
<style>
span { border-color: #C9926B; }
span { border-color: rgb(201,146,107); }
td.TdClassName
{
border-color: #C9926B;
}
.TagClassName
{
border-color: #C9926B;
}
</style>