Shades of Whiskey #C5906A
Tints of Whiskey #C5906A
RGB
CMYK
RGB Variations
Color information
#C5906A (or 0xC5906A) is known color: Whiskey. HEX triplet: C5, 90 and 6A. RGB value is (197,144,106). Sum of RGB (Red+Green+Blue) = 197+144+106=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5906A is #3A6F95. Grayscale: #9B9B9B. Windows color (decimal): -3829654 or 6983877. OLE color: 6983877.
HSL color Cylindrical-coordinate representation of color #C5906A: hue angle of 25.05º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5906A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 106 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.23 |
| HSL | 25.05º | 0.44% | 0.59% | - |
| HSV(B) | 25.05º | 0.46% | 0.77% | - |
| XYZ | 35.6 | 32.86 | 18.1 | - |
| YUV | 155.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 106 | 0 | 0.27 | 0.46 | 0.23 | 25.05 | 0.44 | 0.59 |
| Hex | C5 | 90 | 6A | 0 | 1B | 2E | 17 | 19 | 2C | 3B |
| Octal | 305 | 220 | 152 | 0 | 33 | 56 | 27 | 31 | 54 | 73 |
| Binary | 11000101 | 10010000 | 1101010 | 0 | 11011 | 101110 | 10111 | 11001 | 101100 | 111011 |
Color Harmonies of #C5906A
Complementary color
Monochromatic Colors of #C5906A
Black with #C5906A
Text Example
Text Example
White with #C5906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5906A; }
p { color: rgb(197,144,106); }
H1.HeaderClassName
{
color: #C5906A;
}
.AnyTagClassName
{
color: #C5906A;
}
</style>
background-color css
<style>
a { background-color: #C5906A; }
a { background-color: rgb(197,144,106); }
div.DivClassName
{
background-color: #C5906A;
}
.BgClassName
{
background-color: #C5906A;
}
</style>
border-color css
<style>
span { border-color: #C5906A; }
span { border-color: rgb(197,144,106); }
td.TdClassName
{
border-color: #C5906A;
}
.TagClassName
{
border-color: #C5906A;
}
</style>