Shades of Whiskey #CD8D63
Tints of Whiskey #CD8D63
RGB
CMYK
RGB Variations
Color information
#CD8D63 (or 0xCD8D63) is known color: Whiskey. HEX triplet: CD, 8D and 63. RGB value is (205,141,99). Sum of RGB (Red+Green+Blue) = 205+141+99=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D63 is #32729C. Grayscale: #9B9B9B. Windows color (decimal): -3306141 or 6524365. OLE color: 6524365.
HSL color Cylindrical-coordinate representation of color #CD8D63: hue angle of 23.77º 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 #CD8D63 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 99 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.20 |
| HSL | 23.77º | 0.51% | 0.6% | - |
| HSV(B) | 23.77º | 0.52% | 0.8% | - |
| XYZ | 36.95 | 32.93 | 16.21 | - |
| YUV | 155.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 99 | 0 | 0.31 | 0.52 | 0.20 | 23.77 | 0.51 | 0.6 |
| Hex | CD | 8D | 63 | 0 | 1F | 34 | 14 | 18 | 33 | 3C |
| Octal | 315 | 215 | 143 | 0 | 37 | 64 | 24 | 30 | 63 | 74 |
| Binary | 11001101 | 10001101 | 1100011 | 0 | 11111 | 110100 | 10100 | 11000 | 110011 | 111100 |
Color Harmonies of #CD8D63
Complementary color
Monochromatic Colors of #CD8D63
Black with #CD8D63
Text Example
Text Example
White with #CD8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D63; }
p { color: rgb(205,141,99); }
H1.HeaderClassName
{
color: #CD8D63;
}
.AnyTagClassName
{
color: #CD8D63;
}
</style>
background-color css
<style>
a { background-color: #CD8D63; }
a { background-color: rgb(205,141,99); }
div.DivClassName
{
background-color: #CD8D63;
}
.BgClassName
{
background-color: #CD8D63;
}
</style>
border-color css
<style>
span { border-color: #CD8D63; }
span { border-color: rgb(205,141,99); }
td.TdClassName
{
border-color: #CD8D63;
}
.TagClassName
{
border-color: #CD8D63;
}
</style>