#CA9FBA

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

Shades of Lily #CA9FBA

Tints of Lily #CA9FBA

Color information

#CA9FBA (or 0xCA9FBA) is unknown color: approx Lily. HEX triplet: CA, 9F and BA. RGB value is (202,159,186). Sum of RGB (Red+Green+Blue) = 202+159+186=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FBA is #356045. Grayscale: #AEAEAE. Windows color (decimal): -3498054 or 12230602. OLE color: 12230602.

HSL color Cylindrical-coordinate representation of color #CA9FBA: hue angle of 322.33º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CA9FBA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202159186-
CMYK00.210.080.21
HSL322.33º28.86%70.78%-
HSV(B)322.33º21.29%79.22%-
XYZ45.6240.951.94-
YUV174.94134.25147.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=36.93%
G=29.07%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215918600.210.080.21322.3328.8670.78
HexCA9FBA0158151421d47
Octal312237272025102550235107
Binary110010101001111110111010010101100010101101000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FBA; }

 p { color: rgb(202,159,186); }

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

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

 a { background-color: rgb(202,159,186); }

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

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

 span { border-color: rgb(202,159,186); }

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