#CA80AB

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

Shades of Lily #CA80AB

Tints of Lily #CA80AB

Color information

#CA80AB (or 0xCA80AB) is unknown color: approx Lily. HEX triplet: CA, 80 and AB. RGB value is (202,128,171). Sum of RGB (Red+Green+Blue) = 202+128+171=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AB is #357F54. Grayscale: #9A9A9A. Windows color (decimal): -3506005 or 11239626. OLE color: 11239626.

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

Color convert

RGB202128171-
CMYK00.370.150.21
HSL325.14º41.11%64.71%-
HSV(B)325.14º36.63%79.22%-
XYZ39.4330.9442.42-
YUV155.03137.02161.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=40.32%
G=25.55%
B=34.13%

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
Decimal20212817100.370.150.21325.1441.1164.71
HexCA80AB025F151452941
Octal312200253045172550551101
Binary11001010100000001010101101001011111101011010001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80AB; }

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

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

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

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

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

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

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

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