#CA94B9

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

Shades of Lily #CA94B9

Tints of Lily #CA94B9

Color information

#CA94B9 (or 0xCA94B9) is unknown color: approx Lily. HEX triplet: CA, 94 and B9. RGB value is (202,148,185). Sum of RGB (Red+Green+Blue) = 202+148+185=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94B9 is #356B46. Grayscale: #A8A8A8. Windows color (decimal): -3500871 or 12162250. OLE color: 12162250.

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

Color convert

RGB202148185-
CMYK00.270.080.21
HSL318.89º33.75%68.63%-
HSV(B)318.89º26.73%79.22%-
XYZ43.737.2450.78-
YUV168.36137.39151.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=37.76%
G=27.66%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214818500.270.080.21318.8933.7568.63
HexCA94B901B81513f2245
Octal312224271033102547742105
Binary1100101010010100101110010110111000101011001111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94B9; }

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

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

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

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

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

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

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

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