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