#CA94B0

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

Shades of Lily #CA94B0

Tints of Lily #CA94B0

Color information

#CA94B0 (or 0xCA94B0) is unknown color: approx Lily. HEX triplet: CA, 94 and B0. RGB value is (202,148,176). Sum of RGB (Red+Green+Blue) = 202+148+176=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94B0 is #356B4F. Grayscale: #A7A7A7. Windows color (decimal): -3500880 or 11572426. OLE color: 11572426.

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

Color convert

RGB202148176-
CMYK00.270.130.21
HSL328.89º33.75%68.63%-
HSV(B)328.89º26.73%79.22%-
XYZ42.7836.8745.94-
YUV167.34132.89152.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=38.40%
G=28.14%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214817600.270.130.21328.8933.7568.63
HexCA94B001BD151492245
Octal312224260033152551142105
Binary1100101010010100101100000110111101101011010010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94B0; }

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

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

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

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

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

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

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

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