#CA94AE

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

Shades of Lily #CA94AE

Tints of Lily #CA94AE

Color information

#CA94AE (or 0xCA94AE) is unknown color: approx Lily. HEX triplet: CA, 94 and AE. RGB value is (202,148,174). Sum of RGB (Red+Green+Blue) = 202+148+174=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94AE is #356B51. Grayscale: #A7A7A7. Windows color (decimal): -3500882 or 11441354. OLE color: 11441354.

HSL color Cylindrical-coordinate representation of color #CA94AE: hue angle of 331.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94AE is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202148174-
CMYK00.270.140.21
HSL331.11º33.75%68.63%-
HSV(B)331.11º26.73%79.22%-
XYZ42.5936.7944.9-
YUV167.11131.89152.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=38.55%
G=28.24%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214817400.270.140.21331.1133.7568.63
HexCA94AE01BE1514b2245
Octal312224256033162551342105
Binary1100101010010100101011100110111110101011010010111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94AE; }

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

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

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

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

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

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

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

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