#CA8A57

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

Shades of Whiskey Sour #CA8A57

Tints of Whiskey Sour #CA8A57

Color information

#CA8A57 (or 0xCA8A57) is unknown color: approx Whiskey Sour. HEX triplet: CA, 8A and 57. RGB value is (202,138,87). Sum of RGB (Red+Green+Blue) = 202+138+87=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A57 is #3575A8. Grayscale: #979797. Windows color (decimal): -3503529 or 5737162. OLE color: 5737162.

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

Color convert

RGB20213887-
CMYK00.320.570.21
HSL26.61º52.04%56.67%-
HSV(B)26.61º56.93%79.22%-
XYZ35.1731.4213.23-
YUV151.3291.7164.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 87 (34.38% from 255) = 20.37%
R=47.31%
G=32.32%
B=20.37%

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
Decimal2021388700.320.570.2126.6152.0456.67
HexCA8A5702039151b3439
Octal3122121270407125336471
Binary1100101010001010101011101000001110011010111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A57; }

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

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

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

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

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

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

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

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