#CC9159

Color #CC9159 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CC9159

Tints of Whiskey Sour #CC9159

Color information

#CC9159 (or 0xCC9159) is unknown color: approx Whiskey Sour. HEX triplet: CC, 91 and 59. RGB value is (204,145,89). Sum of RGB (Red+Green+Blue) = 204+145+89=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9159 is #336EA6. Grayscale: #9C9C9C. Windows color (decimal): -3370663 or 5870028. OLE color: 5870028.

HSL color Cylindrical-coordinate representation of color #CC9159: hue angle of 29.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC9159 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20414589-
CMYK00.290.560.2
HSL29.22º53%57.45%-
HSV(B)29.22º56.37%80%-
XYZ36.8333.8114.04-
YUV156.2690.05162.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 89 (35.16% from 255) = 20.32%
R=46.58%
G=33.11%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041458900.290.560.229.225357.45
HexCC915901D38141d3539
Octal3142211310357024356571
Binary110011001001000110110010111011110001010011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9159; }

 p { color: rgb(204,145,89); }

 H1.HeaderClassName
 {
   color: #CC9159;
 }
 .AnyTagClassName
 {
   color: #CC9159;
 }
</style>
background-color css

<style>
 a { background-color: #CC9159; }

 a { background-color: rgb(204,145,89); }

 div.DivClassName
 {
   background-color: #CC9159;
 }
 .BgClassName
 {
   background-color: #CC9159;
 }
</style>
border-color css

<style>
 span { border-color: #CC9159; }

 span { border-color: rgb(204,145,89); }

 td.TdClassName
 {
   border-color: #CC9159;
 }
 .TagClassName
 {
   border-color: #CC9159;
 }
</style>