#CA8654

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

Shades of Whiskey Sour #CA8654

Tints of Whiskey Sour #CA8654

Color information

#CA8654 (or 0xCA8654) is unknown color: approx Whiskey Sour. HEX triplet: CA, 86 and 54. RGB value is (202,134,84). Sum of RGB (Red+Green+Blue) = 202+134+84=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8654 is #3579AB. Grayscale: #949494. Windows color (decimal): -3504556 or 5539530. OLE color: 5539530.

HSL color Cylindrical-coordinate representation of color #CA8654: hue angle of 25.42º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA8654 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20213484-
CMYK00.340.580.21
HSL25.42º52.68%56.08%-
HSV(B)25.42º58.42%79.22%-
XYZ34.4830.2512.41-
YUV148.6391.53166.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 84 (33.20% from 255) = 20%
R=48.10%
G=31.90%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021348400.340.580.2125.4252.6856.08
HexCA86540223A15193538
Octal3122061240427225316570
Binary1100101010000110101010001000101110101010111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8654; }

 p { color: rgb(202,134,84); }

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

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

 a { background-color: rgb(202,134,84); }

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

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

 span { border-color: rgb(202,134,84); }

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