#C484A9

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

Shades of Lily #C484A9

Tints of Lily #C484A9

Color information

#C484A9 (or 0xC484A9) is unknown color: approx Lily. HEX triplet: C4, 84 and A9. RGB value is (196,132,169). Sum of RGB (Red+Green+Blue) = 196+132+169=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C484A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484A9 is #3B7B56. Grayscale: #9B9B9B. Windows color (decimal): -3898199 or 11109572. OLE color: 11109572.

HSL color Cylindrical-coordinate representation of color #C484A9: hue angle of 325.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484A9 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB196132169-
CMYK00.330.140.23
HSL325.31º35.16%64.31%-
HSV(B)325.31º32.65%76.86%-
XYZ38.1831.141.53-
YUV155.35135.7156.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=39.44%
G=26.56%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613216900.330.140.23325.3135.1664.31
HexC484A9021E171452340
Octal304204251041162750543100
Binary11000100100001001010100101000011110101111010001011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484A9; }

 p { color: rgb(196,132,169); }

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

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

 a { background-color: rgb(196,132,169); }

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

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

 span { border-color: rgb(196,132,169); }

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