#CA90AE

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

Shades of Lily #CA90AE

Tints of Lily #CA90AE

Color information

#CA90AE (or 0xCA90AE) is unknown color: approx Lily. HEX triplet: CA, 90 and AE. RGB value is (202,144,174). Sum of RGB (Red+Green+Blue) = 202+144+174=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AE is #356F51. Grayscale: #A4A4A4. Windows color (decimal): -3501906 or 11440330. OLE color: 11440330.

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

Color convert

RGB202144174-
CMYK00.290.140.21
HSL328.97º35.37%67.84%-
HSV(B)328.97º28.71%79.22%-
XYZ41.9735.5644.7-
YUV164.76133.22154.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=38.85%
G=27.69%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214417400.290.140.21328.9735.3767.84
HexCA90AE01DE151492344
Octal312220256035162551143104
Binary1100101010010000101011100111011110101011010010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90AE; }

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

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

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

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

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

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

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

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