#CC8A52

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

Shades of Whiskey Sour #CC8A52

Tints of Whiskey Sour #CC8A52

Color information

#CC8A52 (or 0xCC8A52) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8A and 52. RGB value is (204,138,82). Sum of RGB (Red+Green+Blue) = 204+138+82=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A52 is #3375AD. Grayscale: #979797. Windows color (decimal): -3372462 or 5409484. OLE color: 5409484.

HSL color Cylindrical-coordinate representation of color #CC8A52: hue angle of 27.54º 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 #CC8A52 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20413882-
CMYK00.320.600.2
HSL27.54º54.46%56.08%-
HSV(B)27.54º59.8%80%-
XYZ35.5131.6212.21-
YUV151.3588.87165.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=48.11%
G=32.55%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041388200.320.600.227.5454.4656.08
HexCC8A520203C141c3638
Octal3142121220407424346670
Binary1100110010001010101001001000001111001010011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A52; }

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

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

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

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

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

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

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

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