Shades of Whiskey #C28D67
Tints of Whiskey #C28D67
RGB
CMYK
RGB Variations
Color information
#C28D67 (or 0xC28D67) is known color: Whiskey. HEX triplet: C2, 8D and 67. RGB value is (194,141,103). Sum of RGB (Red+Green+Blue) = 194+141+103=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D67 is #3D7298. Grayscale: #989898. Windows color (decimal): -4027033 or 6786498. OLE color: 6786498.
HSL color Cylindrical-coordinate representation of color #C28D67: hue angle of 25.05º 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 #C28D67 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 103 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.24 |
| HSL | 25.05º | 0.43% | 0.58% | - |
| HSV(B) | 25.05º | 0.47% | 0.76% | - |
| XYZ | 34.22 | 31.5 | 17.11 | - |
| YUV | 152.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 103 | 0 | 0.27 | 0.47 | 0.24 | 25.05 | 0.43 | 0.58 |
| Hex | C2 | 8D | 67 | 0 | 1B | 2F | 18 | 19 | 2B | 3A |
| Octal | 302 | 215 | 147 | 0 | 33 | 57 | 30 | 31 | 53 | 72 |
| Binary | 11000010 | 10001101 | 1100111 | 0 | 11011 | 101111 | 11000 | 11001 | 101011 | 111010 |
Color Harmonies of #C28D67
Complementary color
Monochromatic Colors of #C28D67
Black with #C28D67
Text Example
Text Example
White with #C28D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D67; }
p { color: rgb(194,141,103); }
H1.HeaderClassName
{
color: #C28D67;
}
.AnyTagClassName
{
color: #C28D67;
}
</style>
background-color css
<style>
a { background-color: #C28D67; }
a { background-color: rgb(194,141,103); }
div.DivClassName
{
background-color: #C28D67;
}
.BgClassName
{
background-color: #C28D67;
}
</style>
border-color css
<style>
span { border-color: #C28D67; }
span { border-color: rgb(194,141,103); }
td.TdClassName
{
border-color: #C28D67;
}
.TagClassName
{
border-color: #C28D67;
}
</style>