Shades of Whiskey #CC916A
Tints of Whiskey #CC916A
RGB
CMYK
RGB Variations
Color information
#CC916A (or 0xCC916A) is known color: Whiskey. HEX triplet: CC, 91 and 6A. RGB value is (204,145,106). Sum of RGB (Red+Green+Blue) = 204+145+106=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC916A is #336E95. Grayscale: #9E9E9E. Windows color (decimal): -3370646 or 6984140. OLE color: 6984140.
HSL color Cylindrical-coordinate representation of color #CC916A: hue angle of 23.88º 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 #CC916A is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 106 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.2 |
| HSL | 23.88º | 0.49% | 0.61% | - |
| HSV(B) | 23.88º | 0.48% | 0.8% | - |
| XYZ | 37.63 | 34.13 | 18.24 | - |
| YUV | 158.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 106 | 0 | 0.29 | 0.48 | 0.2 | 23.88 | 0.49 | 0.61 |
| Hex | CC | 91 | 6A | 0 | 1D | 30 | 14 | 18 | 31 | 3D |
| Octal | 314 | 221 | 152 | 0 | 35 | 60 | 24 | 30 | 61 | 75 |
| Binary | 11001100 | 10010001 | 1101010 | 0 | 11101 | 110000 | 10100 | 11000 | 110001 | 111101 |
Color Harmonies of #CC916A
Complementary color
Monochromatic Colors of #CC916A
Black with #CC916A
Text Example
Text Example
White with #CC916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC916A; }
p { color: rgb(204,145,106); }
H1.HeaderClassName
{
color: #CC916A;
}
.AnyTagClassName
{
color: #CC916A;
}
</style>
background-color css
<style>
a { background-color: #CC916A; }
a { background-color: rgb(204,145,106); }
div.DivClassName
{
background-color: #CC916A;
}
.BgClassName
{
background-color: #CC916A;
}
</style>
border-color css
<style>
span { border-color: #CC916A; }
span { border-color: rgb(204,145,106); }
td.TdClassName
{
border-color: #CC916A;
}
.TagClassName
{
border-color: #CC916A;
}
</style>