Shades of Whiskey Sour #CD8C51
Tints of Whiskey Sour #CD8C51
RGB
CMYK
RGB Variations
Color information
#CD8C51 (or 0xCD8C51) is known color: Whiskey Sour. HEX triplet: CD, 8C and 51. RGB value is (205,140,81). Sum of RGB (Red+Green+Blue) = 205+140+81=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C51 is #3273AE. Grayscale: #999999. Windows color (decimal): -3306415 or 5344461. OLE color: 5344461.
HSL color Cylindrical-coordinate representation of color #CD8C51: hue angle of 28.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD8C51 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 81 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.20 |
| HSL | 28.55º | 0.55% | 0.56% | - |
| HSV(B) | 28.55º | 0.6% | 0.8% | - |
| XYZ | 36.04 | 32.33 | 12.13 | - |
| YUV | 152.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 81 | 0 | 0.32 | 0.60 | 0.20 | 28.55 | 0.55 | 0.56 |
| Hex | CD | 8C | 51 | 0 | 20 | 3C | 14 | 1D | 37 | 38 |
| Octal | 315 | 214 | 121 | 0 | 40 | 74 | 24 | 35 | 67 | 70 |
| Binary | 11001101 | 10001100 | 1010001 | 0 | 100000 | 111100 | 10100 | 11101 | 110111 | 111000 |
Color Harmonies of #CD8C51
Complementary color
Monochromatic Colors of #CD8C51
Black with #CD8C51
Text Example
Text Example
White with #CD8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C51; }
p { color: rgb(205,140,81); }
H1.HeaderClassName
{
color: #CD8C51;
}
.AnyTagClassName
{
color: #CD8C51;
}
</style>
background-color css
<style>
a { background-color: #CD8C51; }
a { background-color: rgb(205,140,81); }
div.DivClassName
{
background-color: #CD8C51;
}
.BgClassName
{
background-color: #CD8C51;
}
</style>
border-color css
<style>
span { border-color: #CD8C51; }
span { border-color: rgb(205,140,81); }
td.TdClassName
{
border-color: #CD8C51;
}
.TagClassName
{
border-color: #CD8C51;
}
</style>