Shades of Whiskey Sour #CC955B
Tints of Whiskey Sour #CC955B
RGB
CMYK
RGB Variations
Color information
#CC955B (or 0xCC955B) is known color: Whiskey Sour. HEX triplet: CC, 95 and 5B. RGB value is (204,149,91). Sum of RGB (Red+Green+Blue) = 204+149+91=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC955B is #336AA4. Grayscale: #9F9F9F. Windows color (decimal): -3369637 or 6002124. OLE color: 6002124.
HSL color Cylindrical-coordinate representation of color #CC955B: hue angle of 30.8º 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 #CC955B is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 91 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.2 |
| HSL | 30.8º | 0.53% | 0.58% | - |
| HSV(B) | 30.8º | 0.55% | 0.8% | - |
| XYZ | 37.54 | 35.09 | 14.69 | - |
| YUV | 158.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 91 | 0 | 0.27 | 0.55 | 0.2 | 30.8 | 0.53 | 0.58 |
| Hex | CC | 95 | 5B | 0 | 1B | 37 | 14 | 1F | 35 | 3A |
| Octal | 314 | 225 | 133 | 0 | 33 | 67 | 24 | 37 | 65 | 72 |
| Binary | 11001100 | 10010101 | 1011011 | 0 | 11011 | 110111 | 10100 | 11111 | 110101 | 111010 |
Color Harmonies of #CC955B
Complementary color
Monochromatic Colors of #CC955B
Black with #CC955B
Text Example
Text Example
White with #CC955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC955B; }
p { color: rgb(204,149,91); }
H1.HeaderClassName
{
color: #CC955B;
}
.AnyTagClassName
{
color: #CC955B;
}
</style>
background-color css
<style>
a { background-color: #CC955B; }
a { background-color: rgb(204,149,91); }
div.DivClassName
{
background-color: #CC955B;
}
.BgClassName
{
background-color: #CC955B;
}
</style>
border-color css
<style>
span { border-color: #CC955B; }
span { border-color: rgb(204,149,91); }
td.TdClassName
{
border-color: #CC955B;
}
.TagClassName
{
border-color: #CC955B;
}
</style>