Shades of Whiskey #C68C66
Tints of Whiskey #C68C66
RGB
CMYK
RGB Variations
Color information
#C68C66 (or 0xC68C66) is known color: Whiskey. HEX triplet: C6, 8C and 66. RGB value is (198,140,102). Sum of RGB (Red+Green+Blue) = 198+140+102=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C66 is #397399. Grayscale: #999999. Windows color (decimal): -3765146 or 6720710. OLE color: 6720710.
HSL color Cylindrical-coordinate representation of color #C68C66: hue angle of 23.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C68C66 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 102 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.22 |
| HSL | 23.75º | 0.46% | 0.59% | - |
| HSV(B) | 23.75º | 0.48% | 0.78% | - |
| XYZ | 35.07 | 31.72 | 16.85 | - |
| YUV | 153.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 102 | 0 | 0.29 | 0.48 | 0.22 | 23.75 | 0.46 | 0.59 |
| Hex | C6 | 8C | 66 | 0 | 1D | 30 | 16 | 18 | 2E | 3B |
| Octal | 306 | 214 | 146 | 0 | 35 | 60 | 26 | 30 | 56 | 73 |
| Binary | 11000110 | 10001100 | 1100110 | 0 | 11101 | 110000 | 10110 | 11000 | 101110 | 111011 |
Color Harmonies of #C68C66
Complementary color
Monochromatic Colors of #C68C66
Black with #C68C66
Text Example
Text Example
White with #C68C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C66; }
p { color: rgb(198,140,102); }
H1.HeaderClassName
{
color: #C68C66;
}
.AnyTagClassName
{
color: #C68C66;
}
</style>
background-color css
<style>
a { background-color: #C68C66; }
a { background-color: rgb(198,140,102); }
div.DivClassName
{
background-color: #C68C66;
}
.BgClassName
{
background-color: #C68C66;
}
</style>
border-color css
<style>
span { border-color: #C68C66; }
span { border-color: rgb(198,140,102); }
td.TdClassName
{
border-color: #C68C66;
}
.TagClassName
{
border-color: #C68C66;
}
</style>