Shades of Whiskey Sour #CC995C
Tints of Whiskey Sour #CC995C
RGB
CMYK
RGB Variations
Color information
#CC995C (or 0xCC995C) is known color: Whiskey Sour. HEX triplet: CC, 99 and 5C. RGB value is (204,153,92). Sum of RGB (Red+Green+Blue) = 204+153+92=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC995C is #3366A3. Grayscale: #A1A1A1. Windows color (decimal): -3368612 or 6068684. OLE color: 6068684.
HSL color Cylindrical-coordinate representation of color #CC995C: hue angle of 32.68º 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 #CC995C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 92 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.2 |
| HSL | 32.68º | 0.52% | 0.58% | - |
| HSV(B) | 32.68º | 0.55% | 0.8% | - |
| XYZ | 38.22 | 36.39 | 15.14 | - |
| YUV | 161.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 92 | 0 | 0.25 | 0.55 | 0.2 | 32.68 | 0.52 | 0.58 |
| Hex | CC | 99 | 5C | 0 | 19 | 37 | 14 | 21 | 34 | 3A |
| Octal | 314 | 231 | 134 | 0 | 31 | 67 | 24 | 41 | 64 | 72 |
| Binary | 11001100 | 10011001 | 1011100 | 0 | 11001 | 110111 | 10100 | 100001 | 110100 | 111010 |
Color Harmonies of #CC995C
Complementary color
Monochromatic Colors of #CC995C
Black with #CC995C
Text Example
Text Example
White with #CC995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC995C; }
p { color: rgb(204,153,92); }
H1.HeaderClassName
{
color: #CC995C;
}
.AnyTagClassName
{
color: #CC995C;
}
</style>
background-color css
<style>
a { background-color: #CC995C; }
a { background-color: rgb(204,153,92); }
div.DivClassName
{
background-color: #CC995C;
}
.BgClassName
{
background-color: #CC995C;
}
</style>
border-color css
<style>
span { border-color: #CC995C; }
span { border-color: rgb(204,153,92); }
td.TdClassName
{
border-color: #CC995C;
}
.TagClassName
{
border-color: #CC995C;
}
</style>