#CA94BE

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

Shades of Lily #CA94BE

Tints of Lily #CA94BE

Color information

#CA94BE (or 0xCA94BE) is unknown color: approx Lily. HEX triplet: CA, 94 and BE. RGB value is (202,148,190). Sum of RGB (Red+Green+Blue) = 202+148+190=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94BE is #356B41. Grayscale: #A8A8A8. Windows color (decimal): -3500866 or 12489930. OLE color: 12489930.

HSL color Cylindrical-coordinate representation of color #CA94BE: hue angle of 313.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94BE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202148190-
CMYK00.270.060.21
HSL313.33º33.75%68.63%-
HSV(B)313.33º26.73%79.22%-
XYZ44.2437.4553.61-
YUV168.93139.89151.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=37.41%
G=27.41%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214819000.270.060.21313.3333.7568.63
HexCA94BE01B6151392245
Octal31222427603362547142105
Binary110010101001010010111110011011110101011001110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94BE; }

 p { color: rgb(202,148,190); }

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

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

 a { background-color: rgb(202,148,190); }

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

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

 span { border-color: rgb(202,148,190); }

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