#CA8757

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

Shades of Whiskey Sour #CA8757

Tints of Whiskey Sour #CA8757

Color information

#CA8757 (or 0xCA8757) is unknown color: approx Whiskey Sour. HEX triplet: CA, 87 and 57. RGB value is (202,135,87). Sum of RGB (Red+Green+Blue) = 202+135+87=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8757 is #3578A8. Grayscale: #959595. Windows color (decimal): -3504297 or 5736394. OLE color: 5736394.

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

Color convert

RGB20213587-
CMYK00.330.570.21
HSL25.04º52.04%56.67%-
HSV(B)25.04º56.93%79.22%-
XYZ34.7430.5713.09-
YUV149.5692.7165.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 87 (34.38% from 255) = 20.52%
R=47.64%
G=31.84%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021358700.330.570.2125.0452.0456.67
HexCA87570213915193439
Octal3122071270417125316471
Binary1100101010000111101011101000011110011010111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8757; }

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

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

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

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

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

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

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

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