Shades of Whiskey Sour #CC945B
Tints of Whiskey Sour #CC945B
RGB
CMYK
RGB Variations
Color information
#CC945B (or 0xCC945B) is known color: Whiskey Sour. HEX triplet: CC, 94 and 5B. RGB value is (204,148,91). Sum of RGB (Red+Green+Blue) = 204+148+91=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC945B is #336BA4. Grayscale: #9E9E9E. Windows color (decimal): -3369893 or 6001868. OLE color: 6001868.
HSL color Cylindrical-coordinate representation of color #CC945B: hue angle of 30.27º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC945B is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 91 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.2 |
| HSL | 30.27º | 0.53% | 0.58% | - |
| HSV(B) | 30.27º | 0.55% | 0.8% | - |
| XYZ | 37.38 | 34.77 | 14.64 | - |
| YUV | 158.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 91 | 0 | 0.27 | 0.55 | 0.2 | 30.27 | 0.53 | 0.58 |
| Hex | CC | 94 | 5B | 0 | 1B | 37 | 14 | 1E | 35 | 3A |
| Octal | 314 | 224 | 133 | 0 | 33 | 67 | 24 | 36 | 65 | 72 |
| Binary | 11001100 | 10010100 | 1011011 | 0 | 11011 | 110111 | 10100 | 11110 | 110101 | 111010 |
Color Harmonies of #CC945B
Complementary color
Monochromatic Colors of #CC945B
Black with #CC945B
Text Example
Text Example
White with #CC945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC945B; }
p { color: rgb(204,148,91); }
H1.HeaderClassName
{
color: #CC945B;
}
.AnyTagClassName
{
color: #CC945B;
}
</style>
background-color css
<style>
a { background-color: #CC945B; }
a { background-color: rgb(204,148,91); }
div.DivClassName
{
background-color: #CC945B;
}
.BgClassName
{
background-color: #CC945B;
}
</style>
border-color css
<style>
span { border-color: #CC945B; }
span { border-color: rgb(204,148,91); }
td.TdClassName
{
border-color: #CC945B;
}
.TagClassName
{
border-color: #CC945B;
}
</style>