#CA95AE

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

Shades of Lily #CA95AE

Tints of Lily #CA95AE

Color information

#CA95AE (or 0xCA95AE) is unknown color: approx Lily. HEX triplet: CA, 95 and AE. RGB value is (202,149,174). Sum of RGB (Red+Green+Blue) = 202+149+174=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95AE is #356A51. Grayscale: #A7A7A7. Windows color (decimal): -3500626 or 11441610. OLE color: 11441610.

HSL color Cylindrical-coordinate representation of color #CA95AE: hue angle of 331.7º 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 #CA95AE is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202149174-
CMYK00.260.140.21
HSL331.7º33.33%68.82%-
HSV(B)331.7º26.24%79.22%-
XYZ42.7437.1144.95-
YUV167.7131.56152.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=38.48%
G=28.38%
B=33.14%

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
Decimal20214917400.260.140.21331.733.3368.82
HexCA95AE01AE1514c2145
Octal312225256032162551441105
Binary1100101010010101101011100110101110101011010011001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95AE; }

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

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

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

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

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

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

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

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