#CC8852

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

Shades of Whiskey Sour #CC8852

Tints of Whiskey Sour #CC8852

Color information

#CC8852 (or 0xCC8852) is unknown color: approx Whiskey Sour. HEX triplet: CC, 88 and 52. RGB value is (204,136,82). Sum of RGB (Red+Green+Blue) = 204+136+82=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8852 is #3377AD. Grayscale: #969696. Windows color (decimal): -3372974 or 5408972. OLE color: 5408972.

HSL color Cylindrical-coordinate representation of color #CC8852: hue angle of 26.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8852 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20413682-
CMYK00.330.600.2
HSL26.56º54.46%56.08%-
HSV(B)26.56º59.8%80%-
XYZ35.2331.0512.12-
YUV150.1889.53166.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=48.34%
G=32.23%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041368200.330.600.226.5654.4656.08
HexCC88520213C141b3638
Octal3142101220417424336670
Binary1100110010001000101001001000011111001010011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8852; }

 p { color: rgb(204,136,82); }

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

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

 a { background-color: rgb(204,136,82); }

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

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

 span { border-color: rgb(204,136,82); }

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