#cc8d59

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

Shades of Whiskey Sour #CC8D59

Tints of Whiskey Sour #CC8D59

Color information

#CC8D59 (or 0xCC8D59) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8D and 59. RGB value is (204,141,89). Sum of RGB (Red+Green+Blue) = 204+141+89=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D59 is #3372A6. Grayscale: #9A9A9A. Windows color (decimal): -3371687 or 5869004. OLE color: 5869004.

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

Color convert

RGB20414189-
CMYK00.310.560.2
HSL27.13º53%57.45%-
HSV(B)27.13º56.37%80%-
XYZ36.2332.6113.84-
YUV153.9191.37163.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=47.00%
G=32.49%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041418900.310.560.227.135357.45
HexCC8D5901F38141b3539
Octal3142151310377024336571
Binary110011001000110110110010111111110001010011011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8d59; }

 p { color: rgb(204,141,89); }

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

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

 a { background-color: rgb(204,141,89); }

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

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

 span { border-color: rgb(204,141,89); }

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