Shades of Whiskey Sour #CD8C55
Tints of Whiskey Sour #CD8C55
RGB
CMYK
RGB Variations
Color information
#CD8C55 (or 0xCD8C55) is known color: Whiskey Sour. HEX triplet: CD, 8C and 55. RGB value is (205,140,85). Sum of RGB (Red+Green+Blue) = 205+140+85=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C55 is #3273AA. Grayscale: #999999. Windows color (decimal): -3306411 or 5606605. OLE color: 5606605.
HSL color Cylindrical-coordinate representation of color #CD8C55: hue angle of 27.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD8C55 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 85 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.20 |
| HSL | 27.5º | 0.55% | 0.57% | - |
| HSV(B) | 27.5º | 0.59% | 0.8% | - |
| XYZ | 36.19 | 32.39 | 12.94 | - |
| YUV | 153.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 85 | 0 | 0.32 | 0.59 | 0.20 | 27.5 | 0.55 | 0.57 |
| Hex | CD | 8C | 55 | 0 | 20 | 3B | 14 | 1C | 37 | 39 |
| Octal | 315 | 214 | 125 | 0 | 40 | 73 | 24 | 34 | 67 | 71 |
| Binary | 11001101 | 10001100 | 1010101 | 0 | 100000 | 111011 | 10100 | 11100 | 110111 | 111001 |
Color Harmonies of #CD8C55
Complementary color
Monochromatic Colors of #CD8C55
Black with #CD8C55
Text Example
Text Example
White with #CD8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C55; }
p { color: rgb(205,140,85); }
H1.HeaderClassName
{
color: #CD8C55;
}
.AnyTagClassName
{
color: #CD8C55;
}
</style>
background-color css
<style>
a { background-color: #CD8C55; }
a { background-color: rgb(205,140,85); }
div.DivClassName
{
background-color: #CD8C55;
}
.BgClassName
{
background-color: #CD8C55;
}
</style>
border-color css
<style>
span { border-color: #CD8C55; }
span { border-color: rgb(205,140,85); }
td.TdClassName
{
border-color: #CD8C55;
}
.TagClassName
{
border-color: #CD8C55;
}
</style>