Shades of Whiskey #CC916B
Tints of Whiskey #CC916B
RGB
CMYK
RGB Variations
Color information
#CC916B (or 0xCC916B) is known color: Whiskey. HEX triplet: CC, 91 and 6B. RGB value is (204,145,107). Sum of RGB (Red+Green+Blue) = 204+145+107=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC916B is #336E94. Grayscale: #9E9E9E. Windows color (decimal): -3370645 or 7049676. OLE color: 7049676.
HSL color Cylindrical-coordinate representation of color #CC916B: hue angle of 23.51º 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 #CC916B is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 107 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.2 |
| HSL | 23.51º | 0.49% | 0.61% | - |
| HSV(B) | 23.51º | 0.48% | 0.8% | - |
| XYZ | 37.68 | 34.15 | 18.52 | - |
| YUV | 158.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 107 | 0 | 0.29 | 0.48 | 0.2 | 23.51 | 0.49 | 0.61 |
| Hex | CC | 91 | 6B | 0 | 1D | 30 | 14 | 18 | 31 | 3D |
| Octal | 314 | 221 | 153 | 0 | 35 | 60 | 24 | 30 | 61 | 75 |
| Binary | 11001100 | 10010001 | 1101011 | 0 | 11101 | 110000 | 10100 | 11000 | 110001 | 111101 |
Color Harmonies of #CC916B
Complementary color
Monochromatic Colors of #CC916B
Black with #CC916B
Text Example
Text Example
White with #CC916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC916B; }
p { color: rgb(204,145,107); }
H1.HeaderClassName
{
color: #CC916B;
}
.AnyTagClassName
{
color: #CC916B;
}
</style>
background-color css
<style>
a { background-color: #CC916B; }
a { background-color: rgb(204,145,107); }
div.DivClassName
{
background-color: #CC916B;
}
.BgClassName
{
background-color: #CC916B;
}
</style>
border-color css
<style>
span { border-color: #CC916B; }
span { border-color: rgb(204,145,107); }
td.TdClassName
{
border-color: #CC916B;
}
.TagClassName
{
border-color: #CC916B;
}
</style>