#CA8858

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

Shades of Whiskey Sour #CA8858

Tints of Whiskey Sour #CA8858

Color information

#CA8858 (or 0xCA8858) is unknown color: approx Whiskey Sour. HEX triplet: CA, 88 and 58. RGB value is (202,136,88). Sum of RGB (Red+Green+Blue) = 202+136+88=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8858 is #3577A7. Grayscale: #969696. Windows color (decimal): -3504040 or 5802186. OLE color: 5802186.

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

Color convert

RGB20213688-
CMYK00.330.560.21
HSL25.26º51.82%56.86%-
HSV(B)25.26º56.44%79.22%-
XYZ34.9230.8713.35-
YUV150.2692.87164.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=47.42%
G=31.92%
B=20.66%

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
Decimal2021368800.330.560.2125.2651.8256.86
HexCA88580213815193439
Octal3122101300417025316471
Binary1100101010001000101100001000011110001010111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8858; }

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

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

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

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

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

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

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

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