Shades of Whiskey Sour #CD955E
Tints of Whiskey Sour #CD955E
RGB
CMYK
RGB Variations
Color information
#CD955E (or 0xCD955E) is known color: Whiskey Sour. HEX triplet: CD, 95 and 5E. RGB value is (205,149,94). Sum of RGB (Red+Green+Blue) = 205+149+94=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD955E is #326AA1. Grayscale: #9F9F9F. Windows color (decimal): -3304098 or 6198733. OLE color: 6198733.
HSL color Cylindrical-coordinate representation of color #CD955E: hue angle of 29.73º 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 #CD955E is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 149 | 94 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.20 |
| HSL | 29.73º | 0.53% | 0.59% | - |
| HSV(B) | 29.73º | 0.54% | 0.8% | - |
| XYZ | 37.94 | 35.28 | 15.4 | - |
| YUV | 159.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 149 | 94 | 0 | 0.27 | 0.54 | 0.20 | 29.73 | 0.53 | 0.59 |
| Hex | CD | 95 | 5E | 0 | 1B | 36 | 14 | 1E | 35 | 3B |
| Octal | 315 | 225 | 136 | 0 | 33 | 66 | 24 | 36 | 65 | 73 |
| Binary | 11001101 | 10010101 | 1011110 | 0 | 11011 | 110110 | 10100 | 11110 | 110101 | 111011 |
Color Harmonies of #CD955E
Complementary color
Monochromatic Colors of #CD955E
Black with #CD955E
Text Example
Text Example
White with #CD955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD955E; }
p { color: rgb(205,149,94); }
H1.HeaderClassName
{
color: #CD955E;
}
.AnyTagClassName
{
color: #CD955E;
}
</style>
background-color css
<style>
a { background-color: #CD955E; }
a { background-color: rgb(205,149,94); }
div.DivClassName
{
background-color: #CD955E;
}
.BgClassName
{
background-color: #CD955E;
}
</style>
border-color css
<style>
span { border-color: #CD955E; }
span { border-color: rgb(205,149,94); }
td.TdClassName
{
border-color: #CD955E;
}
.TagClassName
{
border-color: #CD955E;
}
</style>