#CA89BB

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

Shades of Lily #CA89BB

Tints of Lily #CA89BB

Color information

#CA89BB (or 0xCA89BB) is unknown color: approx Lily. HEX triplet: CA, 89 and BB. RGB value is (202,137,187). Sum of RGB (Red+Green+Blue) = 202+137+187=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89BB is #357644. Grayscale: #A2A2A2. Windows color (decimal): -3503685 or 12290506. OLE color: 12290506.

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

Color convert

RGB202137187-
CMYK00.320.070.21
HSL313.85º38.01%66.47%-
HSV(B)313.85º32.18%79.22%-
XYZ42.2734.0451.36-
YUV162.14142.03156.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=38.40%
G=26.05%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213718700.320.070.21313.8538.0166.47
HexCA89BB02071513a2642
Octal31221127304072547246102
Binary1100101010001001101110110100000111101011001110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89BB; }

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

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

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

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

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

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

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

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