#CC9761

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

Shades of Whiskey Sour #CC9761

Tints of Whiskey Sour #CC9761

Color information

#CC9761 (or 0xCC9761) is unknown color: approx Whiskey Sour. HEX triplet: CC, 97 and 61. RGB value is (204,151,97). Sum of RGB (Red+Green+Blue) = 204+151+97=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9761 is #33689E. Grayscale: #A0A0A0. Windows color (decimal): -3369119 or 6395852. OLE color: 6395852.

HSL color Cylindrical-coordinate representation of color #CC9761: hue angle of 30.28º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC9761 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20415197-
CMYK00.260.520.2
HSL30.28º51.2%59.02%-
HSV(B)30.28º52.45%80%-
XYZ38.1335.8316.22-
YUV160.6992.06158.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=45.13%
G=33.41%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041519700.260.520.230.2851.259.02
HexCC976101A34141e333b
Octal3142271410326424366373
Binary110011001001011111000010110101101001010011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9761; }

 p { color: rgb(204,151,97); }

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

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

 a { background-color: rgb(204,151,97); }

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

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

 span { border-color: rgb(204,151,97); }

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