Shades of Whiskey #CC956C
Tints of Whiskey #CC956C
RGB
CMYK
RGB Variations
Color information
#CC956C (or 0xCC956C) is known color: Whiskey. HEX triplet: CC, 95 and 6C. RGB value is (204,149,108). Sum of RGB (Red+Green+Blue) = 204+149+108=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC956C is #336A93. Grayscale: #A0A0A0. Windows color (decimal): -3369620 or 7116236. OLE color: 7116236.
HSL color Cylindrical-coordinate representation of color #CC956C: hue angle of 25.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC956C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 108 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.2 |
| HSL | 25.63º | 0.48% | 0.61% | - |
| HSV(B) | 25.63º | 0.47% | 0.8% | - |
| XYZ | 38.36 | 35.41 | 19 | - |
| YUV | 160.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 108 | 0 | 0.27 | 0.47 | 0.2 | 25.63 | 0.48 | 0.61 |
| Hex | CC | 95 | 6C | 0 | 1B | 2F | 14 | 1A | 30 | 3D |
| Octal | 314 | 225 | 154 | 0 | 33 | 57 | 24 | 32 | 60 | 75 |
| Binary | 11001100 | 10010101 | 1101100 | 0 | 11011 | 101111 | 10100 | 11010 | 110000 | 111101 |
Color Harmonies of #CC956C
Complementary color
Monochromatic Colors of #CC956C
Black with #CC956C
Text Example
Text Example
White with #CC956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC956C; }
p { color: rgb(204,149,108); }
H1.HeaderClassName
{
color: #CC956C;
}
.AnyTagClassName
{
color: #CC956C;
}
</style>
background-color css
<style>
a { background-color: #CC956C; }
a { background-color: rgb(204,149,108); }
div.DivClassName
{
background-color: #CC956C;
}
.BgClassName
{
background-color: #CC956C;
}
</style>
border-color css
<style>
span { border-color: #CC956C; }
span { border-color: rgb(204,149,108); }
td.TdClassName
{
border-color: #CC956C;
}
.TagClassName
{
border-color: #CC956C;
}
</style>