#CA91AC

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

Shades of Lily #CA91AC

Tints of Lily #CA91AC

Color information

#CA91AC (or 0xCA91AC) is unknown color: approx Lily. HEX triplet: CA, 91 and AC. RGB value is (202,145,172). Sum of RGB (Red+Green+Blue) = 202+145+172=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA91AC is #356E53. Grayscale: #A5A5A5. Windows color (decimal): -3501652 or 11309514. OLE color: 11309514.

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

Color convert

RGB202145172-
CMYK00.280.150.21
HSL331.58º34.97%68.04%-
HSV(B)331.58º28.22%79.22%-
XYZ41.9335.7943.73-
YUV165.12131.88154.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=38.92%
G=27.94%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214517200.280.150.21331.5834.9768.04
HexCA91AC01CF1514c2344
Octal312221254034172551443104
Binary1100101010010001101011000111001111101011010011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91AC; }

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

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

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

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

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

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

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

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