Shades of Whiskey Sour #CD935E
Tints of Whiskey Sour #CD935E
RGB
CMYK
RGB Variations
Color information
#CD935E (or 0xCD935E) is known color: Whiskey Sour. HEX triplet: CD, 93 and 5E. RGB value is (205,147,94). Sum of RGB (Red+Green+Blue) = 205+147+94=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD935E is #326CA1. Grayscale: #9E9E9E. Windows color (decimal): -3304610 or 6198221. OLE color: 6198221.
HSL color Cylindrical-coordinate representation of color #CD935E: hue angle of 28.65º 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 #CD935E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 94 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.20 |
| HSL | 28.65º | 0.53% | 0.59% | - |
| HSV(B) | 28.65º | 0.54% | 0.8% | - |
| XYZ | 37.63 | 34.65 | 15.3 | - |
| YUV | 158.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 94 | 0 | 0.28 | 0.54 | 0.20 | 28.65 | 0.53 | 0.59 |
| Hex | CD | 93 | 5E | 0 | 1C | 36 | 14 | 1D | 35 | 3B |
| Octal | 315 | 223 | 136 | 0 | 34 | 66 | 24 | 35 | 65 | 73 |
| Binary | 11001101 | 10010011 | 1011110 | 0 | 11100 | 110110 | 10100 | 11101 | 110101 | 111011 |
Color Harmonies of #CD935E
Complementary color
Monochromatic Colors of #CD935E
Black with #CD935E
Text Example
Text Example
White with #CD935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD935E; }
p { color: rgb(205,147,94); }
H1.HeaderClassName
{
color: #CD935E;
}
.AnyTagClassName
{
color: #CD935E;
}
</style>
background-color css
<style>
a { background-color: #CD935E; }
a { background-color: rgb(205,147,94); }
div.DivClassName
{
background-color: #CD935E;
}
.BgClassName
{
background-color: #CD935E;
}
</style>
border-color css
<style>
span { border-color: #CD935E; }
span { border-color: rgb(205,147,94); }
td.TdClassName
{
border-color: #CD935E;
}
.TagClassName
{
border-color: #CD935E;
}
</style>