Shades of Whiskey Sour #CC945F
Tints of Whiskey Sour #CC945F
RGB
CMYK
RGB Variations
Color information
#CC945F (or 0xCC945F) is known color: Whiskey Sour. HEX triplet: CC, 94 and 5F. RGB value is (204,148,95). Sum of RGB (Red+Green+Blue) = 204+148+95=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC945F is #336BA0. Grayscale: #9E9E9E. Windows color (decimal): -3369889 or 6264012. OLE color: 6264012.
HSL color Cylindrical-coordinate representation of color #CC945F: hue angle of 29.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC945F is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 95 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.2 |
| HSL | 29.17º | 0.52% | 0.59% | - |
| HSV(B) | 29.17º | 0.53% | 0.8% | - |
| XYZ | 37.56 | 34.84 | 15.57 | - |
| YUV | 158.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 95 | 0 | 0.27 | 0.53 | 0.2 | 29.17 | 0.52 | 0.59 |
| Hex | CC | 94 | 5F | 0 | 1B | 35 | 14 | 1D | 34 | 3B |
| Octal | 314 | 224 | 137 | 0 | 33 | 65 | 24 | 35 | 64 | 73 |
| Binary | 11001100 | 10010100 | 1011111 | 0 | 11011 | 110101 | 10100 | 11101 | 110100 | 111011 |
Color Harmonies of #CC945F
Complementary color
Monochromatic Colors of #CC945F
Black with #CC945F
Text Example
Text Example
White with #CC945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC945F; }
p { color: rgb(204,148,95); }
H1.HeaderClassName
{
color: #CC945F;
}
.AnyTagClassName
{
color: #CC945F;
}
</style>
background-color css
<style>
a { background-color: #CC945F; }
a { background-color: rgb(204,148,95); }
div.DivClassName
{
background-color: #CC945F;
}
.BgClassName
{
background-color: #CC945F;
}
</style>
border-color css
<style>
span { border-color: #CC945F; }
span { border-color: rgb(204,148,95); }
td.TdClassName
{
border-color: #CC945F;
}
.TagClassName
{
border-color: #CC945F;
}
</style>