Shades of Whiskey #C28C66
Tints of Whiskey #C28C66
RGB
CMYK
RGB Variations
Color information
#C28C66 (or 0xC28C66) is known color: Whiskey. HEX triplet: C2, 8C and 66. RGB value is (194,140,102). Sum of RGB (Red+Green+Blue) = 194+140+102=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C66 is #3D7399. Grayscale: #989898. Windows color (decimal): -4027290 or 6720706. OLE color: 6720706.
HSL color Cylindrical-coordinate representation of color #C28C66: hue angle of 24.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C28C66 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 102 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.24 |
| HSL | 24.78º | 0.43% | 0.58% | - |
| HSV(B) | 24.78º | 0.47% | 0.76% | - |
| XYZ | 34.02 | 31.18 | 16.8 | - |
| YUV | 151.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 102 | 0 | 0.28 | 0.47 | 0.24 | 24.78 | 0.43 | 0.58 |
| Hex | C2 | 8C | 66 | 0 | 1C | 2F | 18 | 19 | 2B | 3A |
| Octal | 302 | 214 | 146 | 0 | 34 | 57 | 30 | 31 | 53 | 72 |
| Binary | 11000010 | 10001100 | 1100110 | 0 | 11100 | 101111 | 11000 | 11001 | 101011 | 111010 |
Color Harmonies of #C28C66
Complementary color
Monochromatic Colors of #C28C66
Black with #C28C66
Text Example
Text Example
White with #C28C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C66; }
p { color: rgb(194,140,102); }
H1.HeaderClassName
{
color: #C28C66;
}
.AnyTagClassName
{
color: #C28C66;
}
</style>
background-color css
<style>
a { background-color: #C28C66; }
a { background-color: rgb(194,140,102); }
div.DivClassName
{
background-color: #C28C66;
}
.BgClassName
{
background-color: #C28C66;
}
</style>
border-color css
<style>
span { border-color: #C28C66; }
span { border-color: rgb(194,140,102); }
td.TdClassName
{
border-color: #C28C66;
}
.TagClassName
{
border-color: #C28C66;
}
</style>