Shades of Whiskey Sour #CC935B
Tints of Whiskey Sour #CC935B
RGB
CMYK
RGB Variations
Color information
#CC935B (or 0xCC935B) is known color: Whiskey Sour. HEX triplet: CC, 93 and 5B. RGB value is (204,147,91). Sum of RGB (Red+Green+Blue) = 204+147+91=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC935B is #336CA4. Grayscale: #9D9D9D. Windows color (decimal): -3370149 or 6001612. OLE color: 6001612.
HSL color Cylindrical-coordinate representation of color #CC935B: hue angle of 29.73º 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 #CC935B is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 91 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.2 |
| HSL | 29.73º | 0.53% | 0.58% | - |
| HSV(B) | 29.73º | 0.55% | 0.8% | - |
| XYZ | 37.22 | 34.46 | 14.59 | - |
| YUV | 157.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 91 | 0 | 0.28 | 0.55 | 0.2 | 29.73 | 0.53 | 0.58 |
| Hex | CC | 93 | 5B | 0 | 1C | 37 | 14 | 1E | 35 | 3A |
| Octal | 314 | 223 | 133 | 0 | 34 | 67 | 24 | 36 | 65 | 72 |
| Binary | 11001100 | 10010011 | 1011011 | 0 | 11100 | 110111 | 10100 | 11110 | 110101 | 111010 |
Color Harmonies of #CC935B
Complementary color
Monochromatic Colors of #CC935B
Black with #CC935B
Text Example
Text Example
White with #CC935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC935B; }
p { color: rgb(204,147,91); }
H1.HeaderClassName
{
color: #CC935B;
}
.AnyTagClassName
{
color: #CC935B;
}
</style>
background-color css
<style>
a { background-color: #CC935B; }
a { background-color: rgb(204,147,91); }
div.DivClassName
{
background-color: #CC935B;
}
.BgClassName
{
background-color: #CC935B;
}
</style>
border-color css
<style>
span { border-color: #CC935B; }
span { border-color: rgb(204,147,91); }
td.TdClassName
{
border-color: #CC935B;
}
.TagClassName
{
border-color: #CC935B;
}
</style>