Shades of Whiskey #CC9462
Tints of Whiskey #CC9462
RGB
CMYK
RGB Variations
Color information
#CC9462 (or 0xCC9462) is known color: Whiskey. HEX triplet: CC, 94 and 62. RGB value is (204,148,98). Sum of RGB (Red+Green+Blue) = 204+148+98=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9462 is #336B9D. Grayscale: #9F9F9F. Windows color (decimal): -3369886 or 6460620. OLE color: 6460620.
HSL color Cylindrical-coordinate representation of color #CC9462: hue angle of 28.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC9462 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 98 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.2 |
| HSL | 28.3º | 0.51% | 0.59% | - |
| HSV(B) | 28.3º | 0.52% | 0.8% | - |
| XYZ | 37.7 | 34.9 | 16.3 | - |
| YUV | 159.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 98 | 0 | 0.27 | 0.52 | 0.2 | 28.3 | 0.51 | 0.59 |
| Hex | CC | 94 | 62 | 0 | 1B | 34 | 14 | 1C | 33 | 3B |
| Octal | 314 | 224 | 142 | 0 | 33 | 64 | 24 | 34 | 63 | 73 |
| Binary | 11001100 | 10010100 | 1100010 | 0 | 11011 | 110100 | 10100 | 11100 | 110011 | 111011 |
Color Harmonies of #CC9462
Complementary color
Monochromatic Colors of #CC9462
Black with #CC9462
Text Example
Text Example
White with #CC9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9462; }
p { color: rgb(204,148,98); }
H1.HeaderClassName
{
color: #CC9462;
}
.AnyTagClassName
{
color: #CC9462;
}
</style>
background-color css
<style>
a { background-color: #CC9462; }
a { background-color: rgb(204,148,98); }
div.DivClassName
{
background-color: #CC9462;
}
.BgClassName
{
background-color: #CC9462;
}
</style>
border-color css
<style>
span { border-color: #CC9462; }
span { border-color: rgb(204,148,98); }
td.TdClassName
{
border-color: #CC9462;
}
.TagClassName
{
border-color: #CC9462;
}
</style>