#CA8859

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

Shades of Whiskey Sour #CA8859

Tints of Whiskey Sour #CA8859

Color information

#CA8859 (or 0xCA8859) is unknown color: approx Whiskey Sour. HEX triplet: CA, 88 and 59. RGB value is (202,136,89). Sum of RGB (Red+Green+Blue) = 202+136+89=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8859 is #3577A6. Grayscale: #969696. Windows color (decimal): -3504039 or 5867722. OLE color: 5867722.

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

Color convert

RGB20213689-
CMYK00.330.560.21
HSL24.96º51.6%57.06%-
HSV(B)24.96º55.94%79.22%-
XYZ34.9630.8913.57-
YUV150.3893.37164.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=47.31%
G=31.85%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021368900.330.560.2124.9651.657.06
HexCA88590213815193439
Octal3122101310417025316471
Binary1100101010001000101100101000011110001010111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8859; }

 p { color: rgb(202,136,89); }

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

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

 a { background-color: rgb(202,136,89); }

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

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

 span { border-color: rgb(202,136,89); }

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