Shades of Whiskey #C28C6B
Tints of Whiskey #C28C6B
RGB
CMYK
RGB Variations
Color information
#C28C6B (or 0xC28C6B) is known color: Whiskey. HEX triplet: C2, 8C and 6B. RGB value is (194,140,107). Sum of RGB (Red+Green+Blue) = 194+140+107=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C6B is #3D7394. Grayscale: #989898. Windows color (decimal): -4027285 or 7048386. OLE color: 7048386.
HSL color Cylindrical-coordinate representation of color #C28C6B: hue angle of 22.76º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C28C6B is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 107 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.24 |
| HSL | 22.76º | 0.42% | 0.59% | - |
| HSV(B) | 22.76º | 0.45% | 0.76% | - |
| XYZ | 34.28 | 31.29 | 18.14 | - |
| YUV | 152.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 107 | 0 | 0.28 | 0.45 | 0.24 | 22.76 | 0.42 | 0.59 |
| Hex | C2 | 8C | 6B | 0 | 1C | 2D | 18 | 17 | 2A | 3B |
| Octal | 302 | 214 | 153 | 0 | 34 | 55 | 30 | 27 | 52 | 73 |
| Binary | 11000010 | 10001100 | 1101011 | 0 | 11100 | 101101 | 11000 | 10111 | 101010 | 111011 |
Color Harmonies of #C28C6B
Complementary color
Monochromatic Colors of #C28C6B
Black with #C28C6B
Text Example
Text Example
White with #C28C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C6B; }
p { color: rgb(194,140,107); }
H1.HeaderClassName
{
color: #C28C6B;
}
.AnyTagClassName
{
color: #C28C6B;
}
</style>
background-color css
<style>
a { background-color: #C28C6B; }
a { background-color: rgb(194,140,107); }
div.DivClassName
{
background-color: #C28C6B;
}
.BgClassName
{
background-color: #C28C6B;
}
</style>
border-color css
<style>
span { border-color: #C28C6B; }
span { border-color: rgb(194,140,107); }
td.TdClassName
{
border-color: #C28C6B;
}
.TagClassName
{
border-color: #C28C6B;
}
</style>