#CC8C54

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

Shades of Whiskey Sour #CC8C54

Tints of Whiskey Sour #CC8C54

Color information

#CC8C54 (or 0xCC8C54) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8C and 54. RGB value is (204,140,84). Sum of RGB (Red+Green+Blue) = 204+140+84=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C54 is #3373AB. Grayscale: #999999. Windows color (decimal): -3371948 or 5541068. OLE color: 5541068.

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

Color convert

RGB20414084-
CMYK00.310.590.2
HSL28º54.05%56.47%-
HSV(B)28º58.82%80%-
XYZ35.8832.2312.72-
YUV152.7589.2164.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 84 (33.20% from 255) = 19.63%
R=47.66%
G=32.71%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041408400.310.590.22854.0556.47
HexCC8C5401F3B141c3638
Octal3142141240377324346670
Binary110011001000110010101000111111110111010011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C54; }

 p { color: rgb(204,140,84); }

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

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

 a { background-color: rgb(204,140,84); }

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

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

 span { border-color: rgb(204,140,84); }

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