Shades of Whiskey #CD8A5C
Tints of Whiskey #CD8A5C
RGB
CMYK
RGB Variations
Color information
#CD8A5C (or 0xCD8A5C) is known color: Whiskey. HEX triplet: CD, 8A and 5C. RGB value is (205,138,92). Sum of RGB (Red+Green+Blue) = 205+138+92=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A5C is #3275A3. Grayscale: #999999. Windows color (decimal): -3306916 or 6064845. OLE color: 6064845.
HSL color Cylindrical-coordinate representation of color #CD8A5C: hue angle of 24.42º 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 #CD8A5C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 92 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.20 |
| HSL | 24.42º | 0.53% | 0.58% | - |
| HSV(B) | 24.42º | 0.55% | 0.8% | - |
| XYZ | 36.2 | 31.93 | 14.38 | - |
| YUV | 152.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 92 | 0 | 0.33 | 0.55 | 0.20 | 24.42 | 0.53 | 0.58 |
| Hex | CD | 8A | 5C | 0 | 21 | 37 | 14 | 18 | 35 | 3A |
| Octal | 315 | 212 | 134 | 0 | 41 | 67 | 24 | 30 | 65 | 72 |
| Binary | 11001101 | 10001010 | 1011100 | 0 | 100001 | 110111 | 10100 | 11000 | 110101 | 111010 |
Color Harmonies of #CD8A5C
Complementary color
Monochromatic Colors of #CD8A5C
Black with #CD8A5C
Text Example
Text Example
White with #CD8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A5C; }
p { color: rgb(205,138,92); }
H1.HeaderClassName
{
color: #CD8A5C;
}
.AnyTagClassName
{
color: #CD8A5C;
}
</style>
background-color css
<style>
a { background-color: #CD8A5C; }
a { background-color: rgb(205,138,92); }
div.DivClassName
{
background-color: #CD8A5C;
}
.BgClassName
{
background-color: #CD8A5C;
}
</style>
border-color css
<style>
span { border-color: #CD8A5C; }
span { border-color: rgb(205,138,92); }
td.TdClassName
{
border-color: #CD8A5C;
}
.TagClassName
{
border-color: #CD8A5C;
}
</style>