Html Css Color HEX #CC9560 Whiskey Sour

📋 copy color: '#CC9560'

red 204 ◦ green 149 ◦ blue 96

#CC9560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CC9560

Tints of Whiskey Sour #CC9560

RGB

 RED value IS 204 (80.08% from 255) = 45.43%

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 45.43%
G = 33.18%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC9560 (or 0xCC9560) is known color: Whiskey Sour. HEX triplet: CC, 95 and 60. RGB value is (204,149,96). Sum of RGB (Red+Green+Blue) = 204+149+96=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9560 is #336A9F. Grayscale: #9F9F9F. Windows color (decimal): -3369632 or 6329804. OLE color: 6329804.

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

Color convert

RGB 204 149 96 -
CMYK 0 0.27 0.53 0.2
HSL 29.44º 0.51% 0.59% -
HSV(B) 29.44º 0.53% 0.8% -
XYZ 37.76 35.18 15.87 -
YUV 159.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 204 149 96 0 0.27 0.53 0.2 29.44 0.51 0.59
Hex CC 95 60 0 1B 35 14 1D 33 3B
Octal 314 225 140 0 33 65 24 35 63 73
Binary 11001100 10010101 1100000 0 11011 110101 10100 11101 110011 111011

Color Harmonies of #CC9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9560

Black with #CC9560

Text Example


Text Example

White with #CC9560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9560; }

 p { color: rgb(204,149,96); }

 H1.HeaderClassName
 {
   color: #CC9560;
 }
 .AnyTagClassName
 {
   color: #CC9560;
 }
</style>

background-color css

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

 a { background-color: rgb(204,149,96); }

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

border-color css

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

 span { border-color: rgb(204,149,96); }

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