#CA94AD

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

Shades of Lily #CA94AD

Tints of Lily #CA94AD

Color information

#CA94AD (or 0xCA94AD) is unknown color: approx Lily. HEX triplet: CA, 94 and AD. RGB value is (202,148,173). Sum of RGB (Red+Green+Blue) = 202+148+173=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94AD is #356B52. Grayscale: #A6A6A6. Windows color (decimal): -3500883 or 11375818. OLE color: 11375818.

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

Color convert

RGB202148173-
CMYK00.270.140.21
HSL332.22º33.75%68.63%-
HSV(B)332.22º26.73%79.22%-
XYZ42.4936.7544.39-
YUV167131.39152.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=38.62%
G=28.30%
B=33.08%

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
Decimal20214817300.270.140.21332.2233.7568.63
HexCA94AD01BE1514c2245
Octal312224255033162551442105
Binary1100101010010100101011010110111110101011010011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94AD; }

 p { color: rgb(202,148,173); }

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

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

 a { background-color: rgb(202,148,173); }

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

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

 span { border-color: rgb(202,148,173); }

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