#CA93AE

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

Shades of Lily #CA93AE

Tints of Lily #CA93AE

Color information

#CA93AE (or 0xCA93AE) is unknown color: approx Lily. HEX triplet: CA, 93 and AE. RGB value is (202,147,174). Sum of RGB (Red+Green+Blue) = 202+147+174=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93AE is #356C51. Grayscale: #A6A6A6. Windows color (decimal): -3501138 or 11441098. OLE color: 11441098.

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

Color convert

RGB202147174-
CMYK00.270.140.21
HSL330.55º34.16%68.43%-
HSV(B)330.55º27.23%79.22%-
XYZ42.4336.4844.85-
YUV166.52132.22153.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=38.62%
G=28.11%
B=33.27%

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
Decimal20214717400.270.140.21330.5534.1668.43
HexCA93AE01BE1514b2244
Octal312223256033162551342104
Binary1100101010010011101011100110111110101011010010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93AE; }

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

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

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

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

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

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

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

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