Shades of Whiskey Sour #CC965B
Tints of Whiskey Sour #CC965B
RGB
CMYK
RGB Variations
Color information
#CC965B (or 0xCC965B) is known color: Whiskey Sour. HEX triplet: CC, 96 and 5B. RGB value is (204,150,91). Sum of RGB (Red+Green+Blue) = 204+150+91=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965B is #3369A4. Grayscale: #9F9F9F. Windows color (decimal): -3369381 or 6002380. OLE color: 6002380.
HSL color Cylindrical-coordinate representation of color #CC965B: hue angle of 31.33º 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 #CC965B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 91 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.2 |
| HSL | 31.33º | 0.53% | 0.58% | - |
| HSV(B) | 31.33º | 0.55% | 0.8% | - |
| XYZ | 37.7 | 35.41 | 14.74 | - |
| YUV | 159.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 91 | 0 | 0.26 | 0.55 | 0.2 | 31.33 | 0.53 | 0.58 |
| Hex | CC | 96 | 5B | 0 | 1A | 37 | 14 | 1F | 35 | 3A |
| Octal | 314 | 226 | 133 | 0 | 32 | 67 | 24 | 37 | 65 | 72 |
| Binary | 11001100 | 10010110 | 1011011 | 0 | 11010 | 110111 | 10100 | 11111 | 110101 | 111010 |
Color Harmonies of #CC965B
Complementary color
Monochromatic Colors of #CC965B
Black with #CC965B
Text Example
Text Example
White with #CC965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC965B; }
p { color: rgb(204,150,91); }
H1.HeaderClassName
{
color: #CC965B;
}
.AnyTagClassName
{
color: #CC965B;
}
</style>
background-color css
<style>
a { background-color: #CC965B; }
a { background-color: rgb(204,150,91); }
div.DivClassName
{
background-color: #CC965B;
}
.BgClassName
{
background-color: #CC965B;
}
</style>
border-color css
<style>
span { border-color: #CC965B; }
span { border-color: rgb(204,150,91); }
td.TdClassName
{
border-color: #CC965B;
}
.TagClassName
{
border-color: #CC965B;
}
</style>