Shades of Whiskey #C28B66
Tints of Whiskey #C28B66
RGB
CMYK
RGB Variations
Color information
#C28B66 (or 0xC28B66) is known color: Whiskey. HEX triplet: C2, 8B and 66. RGB value is (194,139,102). Sum of RGB (Red+Green+Blue) = 194+139+102=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B66 is #3D7499. Grayscale: #979797. Windows color (decimal): -4027546 or 6720450. OLE color: 6720450.
HSL color Cylindrical-coordinate representation of color #C28B66: hue angle of 24.13º 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 #C28B66 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 102 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.24 |
| HSL | 24.13º | 0.43% | 0.58% | - |
| HSV(B) | 24.13º | 0.47% | 0.76% | - |
| XYZ | 33.88 | 30.89 | 16.75 | - |
| YUV | 151.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 102 | 0 | 0.28 | 0.47 | 0.24 | 24.13 | 0.43 | 0.58 |
| Hex | C2 | 8B | 66 | 0 | 1C | 2F | 18 | 18 | 2B | 3A |
| Octal | 302 | 213 | 146 | 0 | 34 | 57 | 30 | 30 | 53 | 72 |
| Binary | 11000010 | 10001011 | 1100110 | 0 | 11100 | 101111 | 11000 | 11000 | 101011 | 111010 |
Color Harmonies of #C28B66
Complementary color
Monochromatic Colors of #C28B66
Black with #C28B66
Text Example
Text Example
White with #C28B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B66; }
p { color: rgb(194,139,102); }
H1.HeaderClassName
{
color: #C28B66;
}
.AnyTagClassName
{
color: #C28B66;
}
</style>
background-color css
<style>
a { background-color: #C28B66; }
a { background-color: rgb(194,139,102); }
div.DivClassName
{
background-color: #C28B66;
}
.BgClassName
{
background-color: #C28B66;
}
</style>
border-color css
<style>
span { border-color: #C28B66; }
span { border-color: rgb(194,139,102); }
td.TdClassName
{
border-color: #C28B66;
}
.TagClassName
{
border-color: #C28B66;
}
</style>