#CC8554

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

Shades of Whiskey Sour #CC8554

Tints of Whiskey Sour #CC8554

Color information

#CC8554 (or 0xCC8554) is unknown color: approx Whiskey Sour. HEX triplet: CC, 85 and 54. RGB value is (204,133,84). Sum of RGB (Red+Green+Blue) = 204+133+84=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8554 is #337AAB. Grayscale: #949494. Windows color (decimal): -3373740 or 5539276. OLE color: 5539276.

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

Color convert

RGB20413384-
CMYK00.350.590.2
HSL24.5º54.05%56.47%-
HSV(B)24.5º58.82%80%-
XYZ34.8930.2512.39-
YUV148.6491.52167.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 84 (33.20% from 255) = 19.95%
R=48.46%
G=31.59%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041338400.350.590.224.554.0556.47
HexCC85540233B14193638
Octal3142051240437324316670
Binary1100110010000101101010001000111110111010011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8554; }

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

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

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

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

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

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

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

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