Shades of Whiskey Sour #CC935C
Tints of Whiskey Sour #CC935C
RGB
CMYK
RGB Variations
Color information
#CC935C (or 0xCC935C) is known color: Whiskey Sour. HEX triplet: CC, 93 and 5C. RGB value is (204,147,92). Sum of RGB (Red+Green+Blue) = 204+147+92=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC935C is #336CA3. Grayscale: #9E9E9E. Windows color (decimal): -3370148 or 6067148. OLE color: 6067148.
HSL color Cylindrical-coordinate representation of color #CC935C: hue angle of 29.46º degrees, saturation: 0.52, 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 #CC935C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 92 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.2 |
| HSL | 29.46º | 0.52% | 0.58% | - |
| HSV(B) | 29.46º | 0.55% | 0.8% | - |
| XYZ | 37.27 | 34.48 | 14.82 | - |
| YUV | 157.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 92 | 0 | 0.28 | 0.55 | 0.2 | 29.46 | 0.52 | 0.58 |
| Hex | CC | 93 | 5C | 0 | 1C | 37 | 14 | 1D | 34 | 3A |
| Octal | 314 | 223 | 134 | 0 | 34 | 67 | 24 | 35 | 64 | 72 |
| Binary | 11001100 | 10010011 | 1011100 | 0 | 11100 | 110111 | 10100 | 11101 | 110100 | 111010 |
Color Harmonies of #CC935C
Complementary color
Monochromatic Colors of #CC935C
Black with #CC935C
Text Example
Text Example
White with #CC935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC935C; }
p { color: rgb(204,147,92); }
H1.HeaderClassName
{
color: #CC935C;
}
.AnyTagClassName
{
color: #CC935C;
}
</style>
background-color css
<style>
a { background-color: #CC935C; }
a { background-color: rgb(204,147,92); }
div.DivClassName
{
background-color: #CC935C;
}
.BgClassName
{
background-color: #CC935C;
}
</style>
border-color css
<style>
span { border-color: #CC935C; }
span { border-color: rgb(204,147,92); }
td.TdClassName
{
border-color: #CC935C;
}
.TagClassName
{
border-color: #CC935C;
}
</style>