#CC8A5B

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

Shades of Whiskey Sour #CC8A5B

Tints of Whiskey Sour #CC8A5B

Color information

#CC8A5B (or 0xCC8A5B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8A and 5B. RGB value is (204,138,91). Sum of RGB (Red+Green+Blue) = 204+138+91=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A5B is #3375A4. Grayscale: #989898. Windows color (decimal): -3372453 or 5999308. OLE color: 5999308.

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

Color convert

RGB20413891-
CMYK00.320.550.2
HSL24.96º52.56%57.84%-
HSV(B)24.96º55.39%80%-
XYZ35.8831.7714.14-
YUV152.3893.37164.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=47.11%
G=31.87%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041389100.320.550.224.9652.5657.84
HexCC8A5B020371419353a
Octal3142121330406724316572
Binary1100110010001010101101101000001101111010011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A5B; }

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

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

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

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

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

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

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

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