#CC8E55

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

Shades of Whiskey Sour #CC8E55

Tints of Whiskey Sour #CC8E55

Color information

#CC8E55 (or 0xCC8E55) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8E and 55. RGB value is (204,142,85). Sum of RGB (Red+Green+Blue) = 204+142+85=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E55 is #3371AA. Grayscale: #9A9A9A. Windows color (decimal): -3371435 or 5607116. OLE color: 5607116.

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

Color convert

RGB20414285-
CMYK00.300.580.2
HSL28.74º53.85%56.67%-
HSV(B)28.74º58.33%80%-
XYZ36.2132.8413.02-
YUV154.0489.04163.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=47.33%
G=32.95%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041428500.300.580.228.7453.8556.67
HexCC8E5501E3A141d3639
Octal3142161250367224356671
Binary110011001000111010101010111101110101010011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E55; }

 p { color: rgb(204,142,85); }

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

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

 a { background-color: rgb(204,142,85); }

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

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

 span { border-color: rgb(204,142,85); }

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