Shades of Whiskey #C99163
Tints of Whiskey #C99163
RGB
CMYK
RGB Variations
Color information
#C99163 (or 0xC99163) is known color: Whiskey. HEX triplet: C9, 91 and 63. RGB value is (201,145,99). Sum of RGB (Red+Green+Blue) = 201+145+99=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C99163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99163 is #366E9C. Grayscale: #9C9C9C. Windows color (decimal): -3567261 or 6525385. OLE color: 6525385.
HSL color Cylindrical-coordinate representation of color #C99163: hue angle of 27.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C99163 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 99 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.21 |
| HSL | 27.06º | 0.49% | 0.59% | - |
| HSV(B) | 27.06º | 0.51% | 0.79% | - |
| XYZ | 36.46 | 33.57 | 16.36 | - |
| YUV | 156.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 99 | 0 | 0.28 | 0.51 | 0.21 | 27.06 | 0.49 | 0.59 |
| Hex | C9 | 91 | 63 | 0 | 1C | 33 | 15 | 1B | 31 | 3B |
| Octal | 311 | 221 | 143 | 0 | 34 | 63 | 25 | 33 | 61 | 73 |
| Binary | 11001001 | 10010001 | 1100011 | 0 | 11100 | 110011 | 10101 | 11011 | 110001 | 111011 |
Color Harmonies of #C99163
Complementary color
Monochromatic Colors of #C99163
Black with #C99163
Text Example
Text Example
White with #C99163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99163; }
p { color: rgb(201,145,99); }
H1.HeaderClassName
{
color: #C99163;
}
.AnyTagClassName
{
color: #C99163;
}
</style>
background-color css
<style>
a { background-color: #C99163; }
a { background-color: rgb(201,145,99); }
div.DivClassName
{
background-color: #C99163;
}
.BgClassName
{
background-color: #C99163;
}
</style>
border-color css
<style>
span { border-color: #C99163; }
span { border-color: rgb(201,145,99); }
td.TdClassName
{
border-color: #C99163;
}
.TagClassName
{
border-color: #C99163;
}
</style>