#CA90AB

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

Shades of Lily #CA90AB

Tints of Lily #CA90AB

Color information

#CA90AB (or 0xCA90AB) is unknown color: approx Lily. HEX triplet: CA, 90 and AB. RGB value is (202,144,171). Sum of RGB (Red+Green+Blue) = 202+144+171=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AB is #356F54. Grayscale: #A4A4A4. Windows color (decimal): -3501909 or 11243722. OLE color: 11243722.

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

Color convert

RGB202144171-
CMYK00.290.150.21
HSL332.07º35.37%67.84%-
HSV(B)332.07º28.71%79.22%-
XYZ41.6835.4443.17-
YUV164.42131.72154.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=39.07%
G=27.85%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214417100.290.150.21332.0735.3767.84
HexCA90AB01DF1514c2344
Octal312220253035172551443104
Binary1100101010010000101010110111011111101011010011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90AB; }

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

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

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

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

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

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

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

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