Shades of Whiskey #C28B63
Tints of Whiskey #C28B63
RGB
CMYK
RGB Variations
Color information
#C28B63 (or 0xC28B63) is known color: Whiskey. HEX triplet: C2, 8B and 63. RGB value is (194,139,99). Sum of RGB (Red+Green+Blue) = 194+139+99=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B63 is #3D749C. Grayscale: #979797. Windows color (decimal): -4027549 or 6523842. OLE color: 6523842.
HSL color Cylindrical-coordinate representation of color #C28B63: hue angle of 25.26º 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 #C28B63 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 99 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.24 |
| HSL | 25.26º | 0.44% | 0.57% | - |
| HSV(B) | 25.26º | 0.49% | 0.76% | - |
| XYZ | 33.73 | 30.84 | 15.98 | - |
| YUV | 150.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 99 | 0 | 0.28 | 0.49 | 0.24 | 25.26 | 0.44 | 0.57 |
| Hex | C2 | 8B | 63 | 0 | 1C | 31 | 18 | 19 | 2C | 39 |
| Octal | 302 | 213 | 143 | 0 | 34 | 61 | 30 | 31 | 54 | 71 |
| Binary | 11000010 | 10001011 | 1100011 | 0 | 11100 | 110001 | 11000 | 11001 | 101100 | 111001 |
Color Harmonies of #C28B63
Complementary color
Monochromatic Colors of #C28B63
Black with #C28B63
Text Example
Text Example
White with #C28B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B63; }
p { color: rgb(194,139,99); }
H1.HeaderClassName
{
color: #C28B63;
}
.AnyTagClassName
{
color: #C28B63;
}
</style>
background-color css
<style>
a { background-color: #C28B63; }
a { background-color: rgb(194,139,99); }
div.DivClassName
{
background-color: #C28B63;
}
.BgClassName
{
background-color: #C28B63;
}
</style>
border-color css
<style>
span { border-color: #C28B63; }
span { border-color: rgb(194,139,99); }
td.TdClassName
{
border-color: #C28B63;
}
.TagClassName
{
border-color: #C28B63;
}
</style>