Shades of Whiskey #CD8F5E
Tints of Whiskey #CD8F5E
RGB
CMYK
RGB Variations
Color information
#CD8F5E (or 0xCD8F5E) is known color: Whiskey. HEX triplet: CD, 8F and 5E. RGB value is (205,143,94). Sum of RGB (Red+Green+Blue) = 205+143+94=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F5E is #3270A1. Grayscale: #9C9C9C. Windows color (decimal): -3305634 or 6197197. OLE color: 6197197.
HSL color Cylindrical-coordinate representation of color #CD8F5E: hue angle of 26.49º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD8F5E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 94 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.20 |
| HSL | 26.49º | 0.53% | 0.59% | - |
| HSV(B) | 26.49º | 0.54% | 0.8% | - |
| XYZ | 37.02 | 33.43 | 15.09 | - |
| YUV | 155.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 94 | 0 | 0.30 | 0.54 | 0.20 | 26.49 | 0.53 | 0.59 |
| Hex | CD | 8F | 5E | 0 | 1E | 36 | 14 | 1A | 35 | 3B |
| Octal | 315 | 217 | 136 | 0 | 36 | 66 | 24 | 32 | 65 | 73 |
| Binary | 11001101 | 10001111 | 1011110 | 0 | 11110 | 110110 | 10100 | 11010 | 110101 | 111011 |
Color Harmonies of #CD8F5E
Complementary color
Monochromatic Colors of #CD8F5E
Black with #CD8F5E
Text Example
Text Example
White with #CD8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F5E; }
p { color: rgb(205,143,94); }
H1.HeaderClassName
{
color: #CD8F5E;
}
.AnyTagClassName
{
color: #CD8F5E;
}
</style>
background-color css
<style>
a { background-color: #CD8F5E; }
a { background-color: rgb(205,143,94); }
div.DivClassName
{
background-color: #CD8F5E;
}
.BgClassName
{
background-color: #CD8F5E;
}
</style>
border-color css
<style>
span { border-color: #CD8F5E; }
span { border-color: rgb(205,143,94); }
td.TdClassName
{
border-color: #CD8F5E;
}
.TagClassName
{
border-color: #CD8F5E;
}
</style>