#CA9AAE

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

Shades of Lily #CA9AAE

Tints of Lily #CA9AAE

Color information

#CA9AAE (or 0xCA9AAE) is unknown color: approx Lily. HEX triplet: CA, 9A and AE. RGB value is (202,154,174). Sum of RGB (Red+Green+Blue) = 202+154+174=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AAE is #356551. Grayscale: #AAAAAA. Windows color (decimal): -3499346 or 11442890. OLE color: 11442890.

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

Color convert

RGB202154174-
CMYK00.240.140.21
HSL335º31.17%69.8%-
HSV(B)335º23.76%79.22%-
XYZ43.5538.7245.22-
YUV170.63129.9150.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=38.11%
G=29.06%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215417400.240.140.2133531.1769.8
HexCA9AAE018E1514f1f46
Octal312232256030162551737106
Binary110010101001101010101110011000111010101101001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AAE; }

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

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

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

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

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

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

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

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