Shades of Whiskey #C79265
Tints of Whiskey #C79265
RGB
CMYK
RGB Variations
Color information
#C79265 (or 0xC79265) is known color: Whiskey. HEX triplet: C7, 92 and 65. RGB value is (199,146,101). Sum of RGB (Red+Green+Blue) = 199+146+101=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C79265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79265 is #386D9A. Grayscale: #9C9C9C. Windows color (decimal): -3698075 or 6656711. OLE color: 6656711.
HSL color Cylindrical-coordinate representation of color #C79265: hue angle of 27.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C79265 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 101 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.22 |
| HSL | 27.55º | 0.47% | 0.59% | - |
| HSV(B) | 27.55º | 0.49% | 0.78% | - |
| XYZ | 36.18 | 33.64 | 16.9 | - |
| YUV | 156.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 101 | 0 | 0.27 | 0.49 | 0.22 | 27.55 | 0.47 | 0.59 |
| Hex | C7 | 92 | 65 | 0 | 1B | 31 | 16 | 1C | 2F | 3B |
| Octal | 307 | 222 | 145 | 0 | 33 | 61 | 26 | 34 | 57 | 73 |
| Binary | 11000111 | 10010010 | 1100101 | 0 | 11011 | 110001 | 10110 | 11100 | 101111 | 111011 |
Color Harmonies of #C79265
Complementary color
Monochromatic Colors of #C79265
Black with #C79265
Text Example
Text Example
White with #C79265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79265; }
p { color: rgb(199,146,101); }
H1.HeaderClassName
{
color: #C79265;
}
.AnyTagClassName
{
color: #C79265;
}
</style>
background-color css
<style>
a { background-color: #C79265; }
a { background-color: rgb(199,146,101); }
div.DivClassName
{
background-color: #C79265;
}
.BgClassName
{
background-color: #C79265;
}
</style>
border-color css
<style>
span { border-color: #C79265; }
span { border-color: rgb(199,146,101); }
td.TdClassName
{
border-color: #C79265;
}
.TagClassName
{
border-color: #C79265;
}
</style>