#CA89AD

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

Shades of Lily #CA89AD

Tints of Lily #CA89AD

Color information

#CA89AD (or 0xCA89AD) is unknown color: approx Lily. HEX triplet: CA, 89 and AD. RGB value is (202,137,173). Sum of RGB (Red+Green+Blue) = 202+137+173=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA89AD is #357652. Grayscale: #A0A0A0. Windows color (decimal): -3503699 or 11373002. OLE color: 11373002.

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

Color convert

RGB202137173-
CMYK00.320.140.21
HSL326.77º38.01%66.47%-
HSV(B)326.77º32.18%79.22%-
XYZ40.8533.4743.84-
YUV160.54135.03157.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=39.45%
G=26.76%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213717300.320.140.21326.7738.0166.47
HexCA89AD020E151472642
Octal312211255040162550746102
Binary11001010100010011010110101000001110101011010001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89AD; }

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

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

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

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

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

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

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

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