#CA91BB

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

Shades of Lily #CA91BB

Tints of Lily #CA91BB

Color information

#CA91BB (or 0xCA91BB) is unknown color: approx Lily. HEX triplet: CA, 91 and BB. RGB value is (202,145,187). Sum of RGB (Red+Green+Blue) = 202+145+187=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91BB is #356E44. Grayscale: #A6A6A6. Windows color (decimal): -3501637 or 12292554. OLE color: 12292554.

HSL color Cylindrical-coordinate representation of color #CA91BB: hue angle of 315.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91BB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202145187-
CMYK00.280.070.21
HSL315.79º34.97%68.04%-
HSV(B)315.79º28.22%79.22%-
XYZ43.4536.451.75-
YUV166.83139.38153.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=37.83%
G=27.15%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214518700.280.070.21315.7934.9768.04
HexCA91BB01C71513c2344
Octal31222127303472547443104
Binary110010101001000110111011011100111101011001111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91BB; }

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

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

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

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

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

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

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

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