Shades of Whiskey #CD895E
Tints of Whiskey #CD895E
RGB
CMYK
RGB Variations
Color information
#CD895E (or 0xCD895E) is known color: Whiskey. HEX triplet: CD, 89 and 5E. RGB value is (205,137,94). Sum of RGB (Red+Green+Blue) = 205+137+94=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD895E is #3276A1. Grayscale: #989898. Windows color (decimal): -3307170 or 6195661. OLE color: 6195661.
HSL color Cylindrical-coordinate representation of color #CD895E: hue angle of 23.24º 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 #CD895E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 94 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.20 |
| HSL | 23.24º | 0.53% | 0.59% | - |
| HSV(B) | 23.24º | 0.54% | 0.8% | - |
| XYZ | 36.14 | 31.68 | 14.8 | - |
| YUV | 152.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 94 | 0 | 0.33 | 0.54 | 0.20 | 23.24 | 0.53 | 0.59 |
| Hex | CD | 89 | 5E | 0 | 21 | 36 | 14 | 17 | 35 | 3B |
| Octal | 315 | 211 | 136 | 0 | 41 | 66 | 24 | 27 | 65 | 73 |
| Binary | 11001101 | 10001001 | 1011110 | 0 | 100001 | 110110 | 10100 | 10111 | 110101 | 111011 |
Color Harmonies of #CD895E
Complementary color
Monochromatic Colors of #CD895E
Black with #CD895E
Text Example
Text Example
White with #CD895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD895E; }
p { color: rgb(205,137,94); }
H1.HeaderClassName
{
color: #CD895E;
}
.AnyTagClassName
{
color: #CD895E;
}
</style>
background-color css
<style>
a { background-color: #CD895E; }
a { background-color: rgb(205,137,94); }
div.DivClassName
{
background-color: #CD895E;
}
.BgClassName
{
background-color: #CD895E;
}
</style>
border-color css
<style>
span { border-color: #CD895E; }
span { border-color: rgb(205,137,94); }
td.TdClassName
{
border-color: #CD895E;
}
.TagClassName
{
border-color: #CD895E;
}
</style>