Shades of Whiskey #CC8A5C
Tints of Whiskey #CC8A5C
RGB
CMYK
RGB Variations
Color information
#CC8A5C (or 0xCC8A5C) is known color: Whiskey. HEX triplet: CC, 8A and 5C. RGB value is (204,138,92). Sum of RGB (Red+Green+Blue) = 204+138+92=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A5C is #3375A3. Grayscale: #989898. Windows color (decimal): -3372452 or 6064844. OLE color: 6064844.
HSL color Cylindrical-coordinate representation of color #CC8A5C: hue angle of 24.64º degrees, saturation: 0.52, 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 #CC8A5C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 92 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.2 |
| HSL | 24.64º | 0.52% | 0.58% | - |
| HSV(B) | 24.64º | 0.55% | 0.8% | - |
| XYZ | 35.92 | 31.79 | 14.37 | - |
| YUV | 152.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 92 | 0 | 0.32 | 0.55 | 0.2 | 24.64 | 0.52 | 0.58 |
| Hex | CC | 8A | 5C | 0 | 20 | 37 | 14 | 19 | 34 | 3A |
| Octal | 314 | 212 | 134 | 0 | 40 | 67 | 24 | 31 | 64 | 72 |
| Binary | 11001100 | 10001010 | 1011100 | 0 | 100000 | 110111 | 10100 | 11001 | 110100 | 111010 |
Color Harmonies of #CC8A5C
Complementary color
Monochromatic Colors of #CC8A5C
Black with #CC8A5C
Text Example
Text Example
White with #CC8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A5C; }
p { color: rgb(204,138,92); }
H1.HeaderClassName
{
color: #CC8A5C;
}
.AnyTagClassName
{
color: #CC8A5C;
}
</style>
background-color css
<style>
a { background-color: #CC8A5C; }
a { background-color: rgb(204,138,92); }
div.DivClassName
{
background-color: #CC8A5C;
}
.BgClassName
{
background-color: #CC8A5C;
}
</style>
border-color css
<style>
span { border-color: #CC8A5C; }
span { border-color: rgb(204,138,92); }
td.TdClassName
{
border-color: #CC8A5C;
}
.TagClassName
{
border-color: #CC8A5C;
}
</style>