Shades of Whiskey #CC9262
Tints of Whiskey #CC9262
RGB
CMYK
RGB Variations
Color information
#CC9262 (or 0xCC9262) is known color: Whiskey. HEX triplet: CC, 92 and 62. RGB value is (204,146,98). Sum of RGB (Red+Green+Blue) = 204+146+98=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9262 is #336D9D. Grayscale: #9E9E9E. Windows color (decimal): -3370398 or 6460108. OLE color: 6460108.
HSL color Cylindrical-coordinate representation of color #CC9262: hue angle of 27.17º 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 #CC9262 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 98 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.2 |
| HSL | 27.17º | 0.51% | 0.59% | - |
| HSV(B) | 27.17º | 0.52% | 0.8% | - |
| XYZ | 37.39 | 34.28 | 16.2 | - |
| YUV | 157.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 98 | 0 | 0.28 | 0.52 | 0.2 | 27.17 | 0.51 | 0.59 |
| Hex | CC | 92 | 62 | 0 | 1C | 34 | 14 | 1B | 33 | 3B |
| Octal | 314 | 222 | 142 | 0 | 34 | 64 | 24 | 33 | 63 | 73 |
| Binary | 11001100 | 10010010 | 1100010 | 0 | 11100 | 110100 | 10100 | 11011 | 110011 | 111011 |
Color Harmonies of #CC9262
Complementary color
Monochromatic Colors of #CC9262
Black with #CC9262
Text Example
Text Example
White with #CC9262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9262; }
p { color: rgb(204,146,98); }
H1.HeaderClassName
{
color: #CC9262;
}
.AnyTagClassName
{
color: #CC9262;
}
</style>
background-color css
<style>
a { background-color: #CC9262; }
a { background-color: rgb(204,146,98); }
div.DivClassName
{
background-color: #CC9262;
}
.BgClassName
{
background-color: #CC9262;
}
</style>
border-color css
<style>
span { border-color: #CC9262; }
span { border-color: rgb(204,146,98); }
td.TdClassName
{
border-color: #CC9262;
}
.TagClassName
{
border-color: #CC9262;
}
</style>