Shades of Whiskey #CD9063
Tints of Whiskey #CD9063
RGB
CMYK
RGB Variations
Color information
#CD9063 (or 0xCD9063) is known color: Whiskey. HEX triplet: CD, 90 and 63. RGB value is (205,144,99). Sum of RGB (Red+Green+Blue) = 205+144+99=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9063 is #326F9C. Grayscale: #9D9D9D. Windows color (decimal): -3305373 or 6525133. OLE color: 6525133.
HSL color Cylindrical-coordinate representation of color #CD9063: hue angle of 25.47º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD9063 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 99 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.20 |
| HSL | 25.47º | 0.51% | 0.6% | - |
| HSV(B) | 25.47º | 0.52% | 0.8% | - |
| XYZ | 37.4 | 33.83 | 16.36 | - |
| YUV | 157.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 99 | 0 | 0.30 | 0.52 | 0.20 | 25.47 | 0.51 | 0.6 |
| Hex | CD | 90 | 63 | 0 | 1E | 34 | 14 | 19 | 33 | 3C |
| Octal | 315 | 220 | 143 | 0 | 36 | 64 | 24 | 31 | 63 | 74 |
| Binary | 11001101 | 10010000 | 1100011 | 0 | 11110 | 110100 | 10100 | 11001 | 110011 | 111100 |
Color Harmonies of #CD9063
Complementary color
Monochromatic Colors of #CD9063
Black with #CD9063
Text Example
Text Example
White with #CD9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9063; }
p { color: rgb(205,144,99); }
H1.HeaderClassName
{
color: #CD9063;
}
.AnyTagClassName
{
color: #CD9063;
}
</style>
background-color css
<style>
a { background-color: #CD9063; }
a { background-color: rgb(205,144,99); }
div.DivClassName
{
background-color: #CD9063;
}
.BgClassName
{
background-color: #CD9063;
}
</style>
border-color css
<style>
span { border-color: #CD9063; }
span { border-color: rgb(205,144,99); }
td.TdClassName
{
border-color: #CD9063;
}
.TagClassName
{
border-color: #CD9063;
}
</style>