Shades of Whiskey Sour #CC915C
Tints of Whiskey Sour #CC915C
RGB
CMYK
RGB Variations
Color information
#CC915C (or 0xCC915C) is known color: Whiskey Sour. HEX triplet: CC, 91 and 5C. RGB value is (204,145,92). Sum of RGB (Red+Green+Blue) = 204+145+92=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC915C is #336EA3. Grayscale: #9C9C9C. Windows color (decimal): -3370660 or 6066636. OLE color: 6066636.
HSL color Cylindrical-coordinate representation of color #CC915C: hue angle of 28.39º 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 #CC915C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 92 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.2 |
| HSL | 28.39º | 0.52% | 0.58% | - |
| HSV(B) | 28.39º | 0.55% | 0.8% | - |
| XYZ | 36.96 | 33.86 | 14.71 | - |
| YUV | 156.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 92 | 0 | 0.29 | 0.55 | 0.2 | 28.39 | 0.52 | 0.58 |
| Hex | CC | 91 | 5C | 0 | 1D | 37 | 14 | 1C | 34 | 3A |
| Octal | 314 | 221 | 134 | 0 | 35 | 67 | 24 | 34 | 64 | 72 |
| Binary | 11001100 | 10010001 | 1011100 | 0 | 11101 | 110111 | 10100 | 11100 | 110100 | 111010 |
Color Harmonies of #CC915C
Complementary color
Monochromatic Colors of #CC915C
Black with #CC915C
Text Example
Text Example
White with #CC915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC915C; }
p { color: rgb(204,145,92); }
H1.HeaderClassName
{
color: #CC915C;
}
.AnyTagClassName
{
color: #CC915C;
}
</style>
background-color css
<style>
a { background-color: #CC915C; }
a { background-color: rgb(204,145,92); }
div.DivClassName
{
background-color: #CC915C;
}
.BgClassName
{
background-color: #CC915C;
}
</style>
border-color css
<style>
span { border-color: #CC915C; }
span { border-color: rgb(204,145,92); }
td.TdClassName
{
border-color: #CC915C;
}
.TagClassName
{
border-color: #CC915C;
}
</style>