#cc8853

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

Shades of Whiskey Sour #CC8853

Tints of Whiskey Sour #CC8853

Color information

#CC8853 (or 0xCC8853) is unknown color: approx Whiskey Sour. HEX triplet: CC, 88 and 53. RGB value is (204,136,83). Sum of RGB (Red+Green+Blue) = 204+136+83=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8853 is #3377AC. Grayscale: #969696. Windows color (decimal): -3372973 or 5474508. OLE color: 5474508.

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

Color convert

RGB20413683-
CMYK00.330.590.2
HSL26.28º54.26%56.27%-
HSV(B)26.28º59.31%80%-
XYZ35.2731.0712.32-
YUV150.2990.03166.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=48.23%
G=32.15%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041368300.330.590.226.2854.2656.27
HexCC88530213B141a3638
Octal3142101230417324326670
Binary1100110010001000101001101000011110111010011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8853; }

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

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

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

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

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

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

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

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