Shades of Whiskey #CC9362
Tints of Whiskey #CC9362
RGB
CMYK
RGB Variations
Color information
#CC9362 (or 0xCC9362) is known color: Whiskey. HEX triplet: CC, 93 and 62. RGB value is (204,147,98). Sum of RGB (Red+Green+Blue) = 204+147+98=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9362 is #336C9D. Grayscale: #9E9E9E. Windows color (decimal): -3370142 or 6460364. OLE color: 6460364.
HSL color Cylindrical-coordinate representation of color #CC9362: hue angle of 27.74º 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 #CC9362 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 98 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.2 |
| HSL | 27.74º | 0.51% | 0.59% | - |
| HSV(B) | 27.74º | 0.52% | 0.8% | - |
| XYZ | 37.54 | 34.59 | 16.25 | - |
| YUV | 158.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 98 | 0 | 0.28 | 0.52 | 0.2 | 27.74 | 0.51 | 0.59 |
| Hex | CC | 93 | 62 | 0 | 1C | 34 | 14 | 1C | 33 | 3B |
| Octal | 314 | 223 | 142 | 0 | 34 | 64 | 24 | 34 | 63 | 73 |
| Binary | 11001100 | 10010011 | 1100010 | 0 | 11100 | 110100 | 10100 | 11100 | 110011 | 111011 |
Color Harmonies of #CC9362
Complementary color
Monochromatic Colors of #CC9362
Black with #CC9362
Text Example
Text Example
White with #CC9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9362; }
p { color: rgb(204,147,98); }
H1.HeaderClassName
{
color: #CC9362;
}
.AnyTagClassName
{
color: #CC9362;
}
</style>
background-color css
<style>
a { background-color: #CC9362; }
a { background-color: rgb(204,147,98); }
div.DivClassName
{
background-color: #CC9362;
}
.BgClassName
{
background-color: #CC9362;
}
</style>
border-color css
<style>
span { border-color: #CC9362; }
span { border-color: rgb(204,147,98); }
td.TdClassName
{
border-color: #CC9362;
}
.TagClassName
{
border-color: #CC9362;
}
</style>