Shades of Whiskey Sour #CC935A
Tints of Whiskey Sour #CC935A
RGB
CMYK
RGB Variations
Color information
#CC935A (or 0xCC935A) is known color: Whiskey Sour. HEX triplet: CC, 93 and 5A. RGB value is (204,147,90). Sum of RGB (Red+Green+Blue) = 204+147+90=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC935A is #336CA5. Grayscale: #9D9D9D. Windows color (decimal): -3370150 or 5936076. OLE color: 5936076.
HSL color Cylindrical-coordinate representation of color #CC935A: hue angle of 30º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC935A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 90 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.2 |
| HSL | 30º | 0.53% | 0.58% | - |
| HSV(B) | 30º | 0.56% | 0.8% | - |
| XYZ | 37.18 | 34.44 | 14.36 | - |
| YUV | 157.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 90 | 0 | 0.28 | 0.56 | 0.2 | 30 | 0.53 | 0.58 |
| Hex | CC | 93 | 5A | 0 | 1C | 38 | 14 | 1E | 35 | 3A |
| Octal | 314 | 223 | 132 | 0 | 34 | 70 | 24 | 36 | 65 | 72 |
| Binary | 11001100 | 10010011 | 1011010 | 0 | 11100 | 111000 | 10100 | 11110 | 110101 | 111010 |
Color Harmonies of #CC935A
Complementary color
Monochromatic Colors of #CC935A
Black with #CC935A
Text Example
Text Example
White with #CC935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC935A; }
p { color: rgb(204,147,90); }
H1.HeaderClassName
{
color: #CC935A;
}
.AnyTagClassName
{
color: #CC935A;
}
</style>
background-color css
<style>
a { background-color: #CC935A; }
a { background-color: rgb(204,147,90); }
div.DivClassName
{
background-color: #CC935A;
}
.BgClassName
{
background-color: #CC935A;
}
</style>
border-color css
<style>
span { border-color: #CC935A; }
span { border-color: rgb(204,147,90); }
td.TdClassName
{
border-color: #CC935A;
}
.TagClassName
{
border-color: #CC935A;
}
</style>