Shades of Whiskey #CD9566
Tints of Whiskey #CD9566
RGB
CMYK
RGB Variations
Color information
#CD9566 (or 0xCD9566) is known color: Whiskey. HEX triplet: CD, 95 and 66. RGB value is (205,149,102). Sum of RGB (Red+Green+Blue) = 205+149+102=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9566 is #326A99. Grayscale: #A0A0A0. Windows color (decimal): -3304090 or 6723021. OLE color: 6723021.
HSL color Cylindrical-coordinate representation of color #CD9566: hue angle of 27.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD9566 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 149 | 102 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.20 |
| HSL | 27.38º | 0.51% | 0.6% | - |
| HSV(B) | 27.38º | 0.5% | 0.8% | - |
| XYZ | 38.32 | 35.43 | 17.39 | - |
| YUV | 160.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 149 | 102 | 0 | 0.27 | 0.50 | 0.20 | 27.38 | 0.51 | 0.6 |
| Hex | CD | 95 | 66 | 0 | 1B | 32 | 14 | 1B | 33 | 3C |
| Octal | 315 | 225 | 146 | 0 | 33 | 62 | 24 | 33 | 63 | 74 |
| Binary | 11001101 | 10010101 | 1100110 | 0 | 11011 | 110010 | 10100 | 11011 | 110011 | 111100 |
Color Harmonies of #CD9566
Complementary color
Monochromatic Colors of #CD9566
Black with #CD9566
Text Example
Text Example
White with #CD9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9566; }
p { color: rgb(205,149,102); }
H1.HeaderClassName
{
color: #CD9566;
}
.AnyTagClassName
{
color: #CD9566;
}
</style>
background-color css
<style>
a { background-color: #CD9566; }
a { background-color: rgb(205,149,102); }
div.DivClassName
{
background-color: #CD9566;
}
.BgClassName
{
background-color: #CD9566;
}
</style>
border-color css
<style>
span { border-color: #CD9566; }
span { border-color: rgb(205,149,102); }
td.TdClassName
{
border-color: #CD9566;
}
.TagClassName
{
border-color: #CD9566;
}
</style>