Shades of Whiskey #CD885B
Tints of Whiskey #CD885B
RGB
CMYK
RGB Variations
Color information
#CD885B (or 0xCD885B) is known color: Whiskey. HEX triplet: CD, 88 and 5B. RGB value is (205,136,91). Sum of RGB (Red+Green+Blue) = 205+136+91=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD885B is #3277A4. Grayscale: #979797. Windows color (decimal): -3307429 or 5998797. OLE color: 5998797.
HSL color Cylindrical-coordinate representation of color #CD885B: hue angle of 23.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD885B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 91 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.20 |
| HSL | 23.68º | 0.53% | 0.58% | - |
| HSV(B) | 23.68º | 0.56% | 0.8% | - |
| XYZ | 35.87 | 31.34 | 14.06 | - |
| YUV | 151.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 91 | 0 | 0.34 | 0.56 | 0.20 | 23.68 | 0.53 | 0.58 |
| Hex | CD | 88 | 5B | 0 | 22 | 38 | 14 | 18 | 35 | 3A |
| Octal | 315 | 210 | 133 | 0 | 42 | 70 | 24 | 30 | 65 | 72 |
| Binary | 11001101 | 10001000 | 1011011 | 0 | 100010 | 111000 | 10100 | 11000 | 110101 | 111010 |
Color Harmonies of #CD885B
Complementary color
Monochromatic Colors of #CD885B
Black with #CD885B
Text Example
Text Example
White with #CD885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD885B; }
p { color: rgb(205,136,91); }
H1.HeaderClassName
{
color: #CD885B;
}
.AnyTagClassName
{
color: #CD885B;
}
</style>
background-color css
<style>
a { background-color: #CD885B; }
a { background-color: rgb(205,136,91); }
div.DivClassName
{
background-color: #CD885B;
}
.BgClassName
{
background-color: #CD885B;
}
</style>
border-color css
<style>
span { border-color: #CD885B; }
span { border-color: rgb(205,136,91); }
td.TdClassName
{
border-color: #CD885B;
}
.TagClassName
{
border-color: #CD885B;
}
</style>