Shades of Whiskey #CD8F62
Tints of Whiskey #CD8F62
RGB
CMYK
RGB Variations
Color information
#CD8F62 (or 0xCD8F62) is known color: Whiskey. HEX triplet: CD, 8F and 62. RGB value is (205,143,98). Sum of RGB (Red+Green+Blue) = 205+143+98=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F62 is #32709D. Grayscale: #9C9C9C. Windows color (decimal): -3305630 or 6459341. OLE color: 6459341.
HSL color Cylindrical-coordinate representation of color #CD8F62: hue angle of 25.23º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD8F62 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 98 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.20 |
| HSL | 25.23º | 0.52% | 0.59% | - |
| HSV(B) | 25.23º | 0.52% | 0.8% | - |
| XYZ | 37.2 | 33.51 | 16.06 | - |
| YUV | 156.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 98 | 0 | 0.30 | 0.52 | 0.20 | 25.23 | 0.52 | 0.59 |
| Hex | CD | 8F | 62 | 0 | 1E | 34 | 14 | 19 | 34 | 3B |
| Octal | 315 | 217 | 142 | 0 | 36 | 64 | 24 | 31 | 64 | 73 |
| Binary | 11001101 | 10001111 | 1100010 | 0 | 11110 | 110100 | 10100 | 11001 | 110100 | 111011 |
Color Harmonies of #CD8F62
Complementary color
Monochromatic Colors of #CD8F62
Black with #CD8F62
Text Example
Text Example
White with #CD8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F62; }
p { color: rgb(205,143,98); }
H1.HeaderClassName
{
color: #CD8F62;
}
.AnyTagClassName
{
color: #CD8F62;
}
</style>
background-color css
<style>
a { background-color: #CD8F62; }
a { background-color: rgb(205,143,98); }
div.DivClassName
{
background-color: #CD8F62;
}
.BgClassName
{
background-color: #CD8F62;
}
</style>
border-color css
<style>
span { border-color: #CD8F62; }
span { border-color: rgb(205,143,98); }
td.TdClassName
{
border-color: #CD8F62;
}
.TagClassName
{
border-color: #CD8F62;
}
</style>