#CC8C5B

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

Shades of Whiskey Sour #CC8C5B

Tints of Whiskey Sour #CC8C5B

Color information

#CC8C5B (or 0xCC8C5B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8C and 5B. RGB value is (204,140,91). Sum of RGB (Red+Green+Blue) = 204+140+91=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C5B is #3373A4. Grayscale: #999999. Windows color (decimal): -3371941 or 5999820. OLE color: 5999820.

HSL color Cylindrical-coordinate representation of color #CC8C5B: hue angle of 26.02º degrees, saturation: 0.53, 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 #CC8C5B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20414091-
CMYK00.310.550.2
HSL26.02º52.56%57.84%-
HSV(B)26.02º55.39%80%-
XYZ36.1732.3514.24-
YUV153.5592.7163.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=46.90%
G=32.18%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041409100.310.550.226.0252.5657.84
HexCC8C5B01F37141a353a
Octal3142141330376724326572
Binary110011001000110010110110111111101111010011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C5B; }

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

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

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

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

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

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

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

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