Shades of Whiskey #CD895C
Tints of Whiskey #CD895C
RGB
CMYK
RGB Variations
Color information
#CD895C (or 0xCD895C) is known color: Whiskey. HEX triplet: CD, 89 and 5C. RGB value is (205,137,92). Sum of RGB (Red+Green+Blue) = 205+137+92=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD895C is #3276A3. Grayscale: #989898. Windows color (decimal): -3307172 or 6064589. OLE color: 6064589.
HSL color Cylindrical-coordinate representation of color #CD895C: hue angle of 23.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD895C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 92 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.20 |
| HSL | 23.89º | 0.53% | 0.58% | - |
| HSV(B) | 23.89º | 0.55% | 0.8% | - |
| XYZ | 36.05 | 31.64 | 14.33 | - |
| YUV | 152.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 92 | 0 | 0.33 | 0.55 | 0.20 | 23.89 | 0.53 | 0.58 |
| Hex | CD | 89 | 5C | 0 | 21 | 37 | 14 | 18 | 35 | 3A |
| Octal | 315 | 211 | 134 | 0 | 41 | 67 | 24 | 30 | 65 | 72 |
| Binary | 11001101 | 10001001 | 1011100 | 0 | 100001 | 110111 | 10100 | 11000 | 110101 | 111010 |
Color Harmonies of #CD895C
Complementary color
Monochromatic Colors of #CD895C
Black with #CD895C
Text Example
Text Example
White with #CD895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD895C; }
p { color: rgb(205,137,92); }
H1.HeaderClassName
{
color: #CD895C;
}
.AnyTagClassName
{
color: #CD895C;
}
</style>
background-color css
<style>
a { background-color: #CD895C; }
a { background-color: rgb(205,137,92); }
div.DivClassName
{
background-color: #CD895C;
}
.BgClassName
{
background-color: #CD895C;
}
</style>
border-color css
<style>
span { border-color: #CD895C; }
span { border-color: rgb(205,137,92); }
td.TdClassName
{
border-color: #CD895C;
}
.TagClassName
{
border-color: #CD895C;
}
</style>