#CA89AC

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

Shades of Lily #CA89AC

Tints of Lily #CA89AC

Color information

#CA89AC (or 0xCA89AC) is unknown color: approx Lily. HEX triplet: CA, 89 and AC. RGB value is (202,137,172). Sum of RGB (Red+Green+Blue) = 202+137+172=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA89AC is #357653. Grayscale: #A0A0A0. Windows color (decimal): -3503700 or 11307466. OLE color: 11307466.

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

Color convert

RGB202137172-
CMYK00.320.150.21
HSL327.69º38.01%66.47%-
HSV(B)327.69º32.18%79.22%-
XYZ40.7533.4343.33-
YUV160.43134.53157.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=39.53%
G=26.81%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213717200.320.150.21327.6938.0166.47
HexCA89AC020F151482642
Octal312211254040172551046102
Binary11001010100010011010110001000001111101011010010001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89AC; }

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

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

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

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

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

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

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

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