Shades of Whiskey #CC9463
Tints of Whiskey #CC9463
RGB
CMYK
RGB Variations
Color information
#CC9463 (or 0xCC9463) is known color: Whiskey. HEX triplet: CC, 94 and 63. RGB value is (204,148,99). Sum of RGB (Red+Green+Blue) = 204+148+99=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9463 is #336B9C. Grayscale: #9F9F9F. Windows color (decimal): -3369885 or 6526156. OLE color: 6526156.
HSL color Cylindrical-coordinate representation of color #CC9463: hue angle of 28º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC9463 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 99 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.2 |
| HSL | 28º | 0.51% | 0.59% | - |
| HSV(B) | 28º | 0.51% | 0.8% | - |
| XYZ | 37.74 | 34.92 | 16.55 | - |
| YUV | 159.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 99 | 0 | 0.27 | 0.51 | 0.2 | 28 | 0.51 | 0.59 |
| Hex | CC | 94 | 63 | 0 | 1B | 33 | 14 | 1C | 33 | 3B |
| Octal | 314 | 224 | 143 | 0 | 33 | 63 | 24 | 34 | 63 | 73 |
| Binary | 11001100 | 10010100 | 1100011 | 0 | 11011 | 110011 | 10100 | 11100 | 110011 | 111011 |
Color Harmonies of #CC9463
Complementary color
Monochromatic Colors of #CC9463
Black with #CC9463
Text Example
Text Example
White with #CC9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9463; }
p { color: rgb(204,148,99); }
H1.HeaderClassName
{
color: #CC9463;
}
.AnyTagClassName
{
color: #CC9463;
}
</style>
background-color css
<style>
a { background-color: #CC9463; }
a { background-color: rgb(204,148,99); }
div.DivClassName
{
background-color: #CC9463;
}
.BgClassName
{
background-color: #CC9463;
}
</style>
border-color css
<style>
span { border-color: #CC9463; }
span { border-color: rgb(204,148,99); }
td.TdClassName
{
border-color: #CC9463;
}
.TagClassName
{
border-color: #CC9463;
}
</style>