Shades of Whiskey #C28B62
Tints of Whiskey #C28B62
RGB
CMYK
RGB Variations
Color information
#C28B62 (or 0xC28B62) is known color: Whiskey. HEX triplet: C2, 8B and 62. RGB value is (194,139,98). Sum of RGB (Red+Green+Blue) = 194+139+98=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B62 is #3D749D. Grayscale: #969696. Windows color (decimal): -4027550 or 6458306. OLE color: 6458306.
HSL color Cylindrical-coordinate representation of color #C28B62: hue angle of 25.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28B62 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 98 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.24 |
| HSL | 25.63º | 0.44% | 0.57% | - |
| HSV(B) | 25.63º | 0.49% | 0.76% | - |
| XYZ | 33.69 | 30.82 | 15.73 | - |
| YUV | 150.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 98 | 0 | 0.28 | 0.49 | 0.24 | 25.63 | 0.44 | 0.57 |
| Hex | C2 | 8B | 62 | 0 | 1C | 31 | 18 | 1A | 2C | 39 |
| Octal | 302 | 213 | 142 | 0 | 34 | 61 | 30 | 32 | 54 | 71 |
| Binary | 11000010 | 10001011 | 1100010 | 0 | 11100 | 110001 | 11000 | 11010 | 101100 | 111001 |
Color Harmonies of #C28B62
Complementary color
Monochromatic Colors of #C28B62
Black with #C28B62
Text Example
Text Example
White with #C28B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B62; }
p { color: rgb(194,139,98); }
H1.HeaderClassName
{
color: #C28B62;
}
.AnyTagClassName
{
color: #C28B62;
}
</style>
background-color css
<style>
a { background-color: #C28B62; }
a { background-color: rgb(194,139,98); }
div.DivClassName
{
background-color: #C28B62;
}
.BgClassName
{
background-color: #C28B62;
}
</style>
border-color css
<style>
span { border-color: #C28B62; }
span { border-color: rgb(194,139,98); }
td.TdClassName
{
border-color: #C28B62;
}
.TagClassName
{
border-color: #C28B62;
}
</style>