#CC8E5C

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

Shades of Whiskey Sour #CC8E5C

Tints of Whiskey Sour #CC8E5C

Color information

#CC8E5C (or 0xCC8E5C) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8E and 5C. RGB value is (204,142,92). Sum of RGB (Red+Green+Blue) = 204+142+92=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E5C is #3371A3. Grayscale: #9B9B9B. Windows color (decimal): -3371428 or 6065868. OLE color: 6065868.

HSL color Cylindrical-coordinate representation of color #CC8E5C: hue angle of 26.79º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC8E5C is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20414292-
CMYK00.300.550.2
HSL26.79º52.34%58.04%-
HSV(B)26.79º54.9%80%-
XYZ36.5132.9614.56-
YUV154.8492.54163.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=46.58%
G=32.42%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041429200.300.550.226.7952.3458.04
HexCC8E5C01E37141b343a
Octal3142161340366724336472
Binary110011001000111010111000111101101111010011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E5C; }

 p { color: rgb(204,142,92); }

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

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

 a { background-color: rgb(204,142,92); }

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

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

 span { border-color: rgb(204,142,92); }

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