Shades of Whiskey #C08A64
Tints of Whiskey #C08A64
RGB
CMYK
RGB Variations
Color information
#C08A64 (or 0xC08A64) is known color: Whiskey. HEX triplet: C0, 8A and 64. RGB value is (192,138,100). Sum of RGB (Red+Green+Blue) = 192+138+100=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A64 is #3F759B. Grayscale: #969696. Windows color (decimal): -4158876 or 6589120. OLE color: 6589120.
HSL color Cylindrical-coordinate representation of color #C08A64: hue angle of 24.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08A64 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 100 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.25 |
| HSL | 24.78º | 0.42% | 0.57% | - |
| HSV(B) | 24.78º | 0.48% | 0.75% | - |
| XYZ | 33.13 | 30.3 | 16.16 | - |
| YUV | 149.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 100 | 0 | 0.28 | 0.48 | 0.25 | 24.78 | 0.42 | 0.57 |
| Hex | C0 | 8A | 64 | 0 | 1C | 30 | 19 | 19 | 2A | 39 |
| Octal | 300 | 212 | 144 | 0 | 34 | 60 | 31 | 31 | 52 | 71 |
| Binary | 11000000 | 10001010 | 1100100 | 0 | 11100 | 110000 | 11001 | 11001 | 101010 | 111001 |
Color Harmonies of #C08A64
Complementary color
Monochromatic Colors of #C08A64
Black with #C08A64
Text Example
Text Example
White with #C08A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A64; }
p { color: rgb(192,138,100); }
H1.HeaderClassName
{
color: #C08A64;
}
.AnyTagClassName
{
color: #C08A64;
}
</style>
background-color css
<style>
a { background-color: #C08A64; }
a { background-color: rgb(192,138,100); }
div.DivClassName
{
background-color: #C08A64;
}
.BgClassName
{
background-color: #C08A64;
}
</style>
border-color css
<style>
span { border-color: #C08A64; }
span { border-color: rgb(192,138,100); }
td.TdClassName
{
border-color: #C08A64;
}
.TagClassName
{
border-color: #C08A64;
}
</style>