#CA80AC

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

Shades of Lily #CA80AC

Tints of Lily #CA80AC

Color information

#CA80AC (or 0xCA80AC) is unknown color: approx Lily. HEX triplet: CA, 80 and AC. RGB value is (202,128,172). Sum of RGB (Red+Green+Blue) = 202+128+172=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AC is #357F53. Grayscale: #9B9B9B. Windows color (decimal): -3506004 or 11305162. OLE color: 11305162.

HSL color Cylindrical-coordinate representation of color #CA80AC: hue angle of 324.32º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80AC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202128172-
CMYK00.370.150.21
HSL324.32º41.11%64.71%-
HSV(B)324.32º36.63%79.22%-
XYZ39.5230.9742.93-
YUV155.14137.52161.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=40.24%
G=25.50%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212817200.370.150.21324.3241.1164.71
HexCA80AC025F151442941
Octal312200254045172550451101
Binary11001010100000001010110001001011111101011010001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80AC; }

 p { color: rgb(202,128,172); }

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

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

 a { background-color: rgb(202,128,172); }

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

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

 span { border-color: rgb(202,128,172); }

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