#CA8C5B

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

Shades of Whiskey Sour #CA8C5B

Tints of Whiskey Sour #CA8C5B

Color information

#CA8C5B (or 0xCA8C5B) is unknown color: approx Whiskey Sour. HEX triplet: CA, 8C and 5B. RGB value is (202,140,91). Sum of RGB (Red+Green+Blue) = 202+140+91=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C5B is #3573A4. Grayscale: #999999. Windows color (decimal): -3503013 or 5999818. OLE color: 5999818.

HSL color Cylindrical-coordinate representation of color #CA8C5B: hue angle of 26.49º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA8C5B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20214091-
CMYK00.310.550.21
HSL26.49º51.15%57.45%-
HSV(B)26.49º54.95%79.22%-
XYZ35.6232.0714.21-
YUV152.9593.04162.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=46.65%
G=32.33%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021409100.310.550.2126.4951.1557.45
HexCA8C5B01F37151a3339
Octal3122141330376725326371
Binary110010101000110010110110111111101111010111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C5B; }

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

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

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

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

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

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

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

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