#CA9FAE

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

Shades of Lily #CA9FAE

Tints of Lily #CA9FAE

Color information

#CA9FAE (or 0xCA9FAE) is unknown color: approx Lily. HEX triplet: CA, 9F and AE. RGB value is (202,159,174). Sum of RGB (Red+Green+Blue) = 202+159+174=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FAE is #356051. Grayscale: #ADADAD. Windows color (decimal): -3498066 or 11444170. OLE color: 11444170.

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

Color convert

RGB202159174-
CMYK00.210.140.21
HSL339.07º28.86%70.78%-
HSV(B)339.07º21.29%79.22%-
XYZ44.440.4145.5-
YUV173.57128.25148.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=37.76%
G=29.72%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215917400.210.140.21339.0728.8670.78
HexCA9FAE015E151531d47
Octal312237256025162552335107
Binary110010101001111110101110010101111010101101010011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FAE; }

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

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

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

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

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

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

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

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