#CA96AE

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

Shades of Lily #CA96AE

Tints of Lily #CA96AE

Color information

#CA96AE (or 0xCA96AE) is unknown color: approx Lily. HEX triplet: CA, 96 and AE. RGB value is (202,150,174). Sum of RGB (Red+Green+Blue) = 202+150+174=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA96AE is #356951. Grayscale: #A8A8A8. Windows color (decimal): -3500370 or 11441866. OLE color: 11441866.

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

Color convert

RGB202150174-
CMYK00.260.140.21
HSL332.31º32.91%69.02%-
HSV(B)332.31º25.74%79.22%-
XYZ42.937.4345.01-
YUV168.28131.23152.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=38.40%
G=28.52%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215017400.260.140.21332.3132.9169.02
HexCA96AE01AE1514c2145
Octal312226256032162551441105
Binary1100101010010110101011100110101110101011010011001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96AE; }

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

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

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

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

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

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

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

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