Shades of Whiskey #CC976A
Tints of Whiskey #CC976A
RGB
CMYK
RGB Variations
Color information
#CC976A (or 0xCC976A) is known color: Whiskey. HEX triplet: CC, 97 and 6A. RGB value is (204,151,106). Sum of RGB (Red+Green+Blue) = 204+151+106=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC976A is #336895. Grayscale: #A1A1A1. Windows color (decimal): -3369110 or 6985676. OLE color: 6985676.
HSL color Cylindrical-coordinate representation of color #CC976A: hue angle of 27.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC976A is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 106 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.2 |
| HSL | 27.55º | 0.49% | 0.61% | - |
| HSV(B) | 27.55º | 0.48% | 0.8% | - |
| XYZ | 38.57 | 36.01 | 18.55 | - |
| YUV | 161.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 106 | 0 | 0.26 | 0.48 | 0.2 | 27.55 | 0.49 | 0.61 |
| Hex | CC | 97 | 6A | 0 | 1A | 30 | 14 | 1C | 31 | 3D |
| Octal | 314 | 227 | 152 | 0 | 32 | 60 | 24 | 34 | 61 | 75 |
| Binary | 11001100 | 10010111 | 1101010 | 0 | 11010 | 110000 | 10100 | 11100 | 110001 | 111101 |
Color Harmonies of #CC976A
Complementary color
Monochromatic Colors of #CC976A
Black with #CC976A
Text Example
Text Example
White with #CC976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC976A; }
p { color: rgb(204,151,106); }
H1.HeaderClassName
{
color: #CC976A;
}
.AnyTagClassName
{
color: #CC976A;
}
</style>
background-color css
<style>
a { background-color: #CC976A; }
a { background-color: rgb(204,151,106); }
div.DivClassName
{
background-color: #CC976A;
}
.BgClassName
{
background-color: #CC976A;
}
</style>
border-color css
<style>
span { border-color: #CC976A; }
span { border-color: rgb(204,151,106); }
td.TdClassName
{
border-color: #CC976A;
}
.TagClassName
{
border-color: #CC976A;
}
</style>