#C290AC

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

Shades of Lily #C290AC

Tints of Lily #C290AC

Color information

#C290AC (or 0xC290AC) is unknown color: approx Lily. HEX triplet: C2, 90 and AC. RGB value is (194,144,172). Sum of RGB (Red+Green+Blue) = 194+144+172=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C290AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290AC is #3D6F53. Grayscale: #A2A2A2. Windows color (decimal): -4026196 or 11309250. OLE color: 11309250.

HSL color Cylindrical-coordinate representation of color #C290AC: hue angle of 326.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290AC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194144172-
CMYK00.260.110.24
HSL326.4º29.07%66.27%-
HSV(B)326.4º25.77%76.08%-
XYZ39.6734.3943.58-
YUV162.14133.56150.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=38.04%
G=28.24%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414417200.260.110.24326.429.0766.27
HexC290AC01AB181461d42
Octal302220254032133050635102
Binary110000101001000010101100011010101111000101000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290AC; }

 p { color: rgb(194,144,172); }

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

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

 a { background-color: rgb(194,144,172); }

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

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

 span { border-color: rgb(194,144,172); }

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