Shades of Whiskey #CD8B5C
Tints of Whiskey #CD8B5C
RGB
CMYK
RGB Variations
Color information
#CD8B5C (or 0xCD8B5C) is known color: Whiskey. HEX triplet: CD, 8B and 5C. RGB value is (205,139,92). Sum of RGB (Red+Green+Blue) = 205+139+92=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B5C is #3274A3. Grayscale: #999999. Windows color (decimal): -3306660 or 6065101. OLE color: 6065101.
HSL color Cylindrical-coordinate representation of color #CD8B5C: hue angle of 24.96º 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 #CD8B5C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 92 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.20 |
| HSL | 24.96º | 0.53% | 0.58% | - |
| HSV(B) | 24.96º | 0.55% | 0.8% | - |
| XYZ | 36.34 | 32.22 | 14.43 | - |
| YUV | 153.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 92 | 0 | 0.32 | 0.55 | 0.20 | 24.96 | 0.53 | 0.58 |
| Hex | CD | 8B | 5C | 0 | 20 | 37 | 14 | 19 | 35 | 3A |
| Octal | 315 | 213 | 134 | 0 | 40 | 67 | 24 | 31 | 65 | 72 |
| Binary | 11001101 | 10001011 | 1011100 | 0 | 100000 | 110111 | 10100 | 11001 | 110101 | 111010 |
Color Harmonies of #CD8B5C
Complementary color
Monochromatic Colors of #CD8B5C
Black with #CD8B5C
Text Example
Text Example
White with #CD8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8B5C; }
p { color: rgb(205,139,92); }
H1.HeaderClassName
{
color: #CD8B5C;
}
.AnyTagClassName
{
color: #CD8B5C;
}
</style>
background-color css
<style>
a { background-color: #CD8B5C; }
a { background-color: rgb(205,139,92); }
div.DivClassName
{
background-color: #CD8B5C;
}
.BgClassName
{
background-color: #CD8B5C;
}
</style>
border-color css
<style>
span { border-color: #CD8B5C; }
span { border-color: rgb(205,139,92); }
td.TdClassName
{
border-color: #CD8B5C;
}
.TagClassName
{
border-color: #CD8B5C;
}
</style>