#CA8957

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

Shades of Whiskey Sour #CA8957

Tints of Whiskey Sour #CA8957

Color information

#CA8957 (or 0xCA8957) is unknown color: approx Whiskey Sour. HEX triplet: CA, 89 and 57. RGB value is (202,137,87). Sum of RGB (Red+Green+Blue) = 202+137+87=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8957 is #3576A8. Grayscale: #979797. Windows color (decimal): -3503785 or 5736906. OLE color: 5736906.

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

Color convert

RGB20213787-
CMYK00.320.570.21
HSL26.09º52.04%56.67%-
HSV(B)26.09º56.93%79.22%-
XYZ35.0231.1413.18-
YUV150.7492.03164.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=47.42%
G=32.16%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021378700.320.570.2126.0952.0456.67
HexCA895702039151a3439
Octal3122111270407125326471
Binary1100101010001001101011101000001110011010111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8957; }

 p { color: rgb(202,137,87); }

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

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

 a { background-color: rgb(202,137,87); }

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

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

 span { border-color: rgb(202,137,87); }

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