Shades of Whiskey #CC946C
Tints of Whiskey #CC946C
RGB
CMYK
RGB Variations
Color information
#CC946C (or 0xCC946C) is known color: Whiskey. HEX triplet: CC, 94 and 6C. RGB value is (204,148,108). Sum of RGB (Red+Green+Blue) = 204+148+108=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946C is #336B93. Grayscale: #A0A0A0. Windows color (decimal): -3369876 or 7115980. OLE color: 7115980.
HSL color Cylindrical-coordinate representation of color #CC946C: hue angle of 25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC946C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 108 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.2 |
| HSL | 25º | 0.48% | 0.61% | - |
| HSV(B) | 25º | 0.47% | 0.8% | - |
| XYZ | 38.2 | 35.1 | 18.95 | - |
| YUV | 160.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 108 | 0 | 0.27 | 0.47 | 0.2 | 25 | 0.48 | 0.61 |
| Hex | CC | 94 | 6C | 0 | 1B | 2F | 14 | 19 | 30 | 3D |
| Octal | 314 | 224 | 154 | 0 | 33 | 57 | 24 | 31 | 60 | 75 |
| Binary | 11001100 | 10010100 | 1101100 | 0 | 11011 | 101111 | 10100 | 11001 | 110000 | 111101 |
Color Harmonies of #CC946C
Complementary color
Monochromatic Colors of #CC946C
Black with #CC946C
Text Example
Text Example
White with #CC946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC946C; }
p { color: rgb(204,148,108); }
H1.HeaderClassName
{
color: #CC946C;
}
.AnyTagClassName
{
color: #CC946C;
}
</style>
background-color css
<style>
a { background-color: #CC946C; }
a { background-color: rgb(204,148,108); }
div.DivClassName
{
background-color: #CC946C;
}
.BgClassName
{
background-color: #CC946C;
}
</style>
border-color css
<style>
span { border-color: #CC946C; }
span { border-color: rgb(204,148,108); }
td.TdClassName
{
border-color: #CC946C;
}
.TagClassName
{
border-color: #CC946C;
}
</style>