Shades of Whiskey #CD8C65
Tints of Whiskey #CD8C65
RGB
CMYK
RGB Variations
Color information
#CD8C65 (or 0xCD8C65) is known color: Whiskey. HEX triplet: CD, 8C and 65. RGB value is (205,140,101). Sum of RGB (Red+Green+Blue) = 205+140+101=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C65 is #32739A. Grayscale: #9B9B9B. Windows color (decimal): -3306395 or 6655181. OLE color: 6655181.
HSL color Cylindrical-coordinate representation of color #CD8C65: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD8C65 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 101 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.20 |
| HSL | 22.5º | 0.51% | 0.6% | - |
| HSV(B) | 22.5º | 0.51% | 0.8% | - |
| XYZ | 36.9 | 32.67 | 16.67 | - |
| YUV | 154.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 101 | 0 | 0.32 | 0.51 | 0.20 | 22.5 | 0.51 | 0.6 |
| Hex | CD | 8C | 65 | 0 | 20 | 33 | 14 | 16 | 33 | 3C |
| Octal | 315 | 214 | 145 | 0 | 40 | 63 | 24 | 26 | 63 | 74 |
| Binary | 11001101 | 10001100 | 1100101 | 0 | 100000 | 110011 | 10100 | 10110 | 110011 | 111100 |
Color Harmonies of #CD8C65
Complementary color
Monochromatic Colors of #CD8C65
Black with #CD8C65
Text Example
Text Example
White with #CD8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C65; }
p { color: rgb(205,140,101); }
H1.HeaderClassName
{
color: #CD8C65;
}
.AnyTagClassName
{
color: #CD8C65;
}
</style>
background-color css
<style>
a { background-color: #CD8C65; }
a { background-color: rgb(205,140,101); }
div.DivClassName
{
background-color: #CD8C65;
}
.BgClassName
{
background-color: #CD8C65;
}
</style>
border-color css
<style>
span { border-color: #CD8C65; }
span { border-color: rgb(205,140,101); }
td.TdClassName
{
border-color: #CD8C65;
}
.TagClassName
{
border-color: #CD8C65;
}
</style>