Shades of Whiskey Sour #CD935D
Tints of Whiskey Sour #CD935D
RGB
CMYK
RGB Variations
Color information
#CD935D (or 0xCD935D) is known color: Whiskey Sour. HEX triplet: CD, 93 and 5D. RGB value is (205,147,93). Sum of RGB (Red+Green+Blue) = 205+147+93=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD935D is #326CA2. Grayscale: #9E9E9E. Windows color (decimal): -3304611 or 6132685. OLE color: 6132685.
HSL color Cylindrical-coordinate representation of color #CD935D: hue angle of 28.93º 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 #CD935D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 93 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.20 |
| HSL | 28.93º | 0.53% | 0.58% | - |
| HSV(B) | 28.93º | 0.55% | 0.8% | - |
| XYZ | 37.59 | 34.64 | 15.06 | - |
| YUV | 158.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 93 | 0 | 0.28 | 0.55 | 0.20 | 28.93 | 0.53 | 0.58 |
| Hex | CD | 93 | 5D | 0 | 1C | 37 | 14 | 1D | 35 | 3A |
| Octal | 315 | 223 | 135 | 0 | 34 | 67 | 24 | 35 | 65 | 72 |
| Binary | 11001101 | 10010011 | 1011101 | 0 | 11100 | 110111 | 10100 | 11101 | 110101 | 111010 |
Color Harmonies of #CD935D
Complementary color
Monochromatic Colors of #CD935D
Black with #CD935D
Text Example
Text Example
White with #CD935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD935D; }
p { color: rgb(205,147,93); }
H1.HeaderClassName
{
color: #CD935D;
}
.AnyTagClassName
{
color: #CD935D;
}
</style>
background-color css
<style>
a { background-color: #CD935D; }
a { background-color: rgb(205,147,93); }
div.DivClassName
{
background-color: #CD935D;
}
.BgClassName
{
background-color: #CD935D;
}
</style>
border-color css
<style>
span { border-color: #CD935D; }
span { border-color: rgb(205,147,93); }
td.TdClassName
{
border-color: #CD935D;
}
.TagClassName
{
border-color: #CD935D;
}
</style>