#C480A9

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

Shades of Lily #C480A9

Tints of Lily #C480A9

Color information

#C480A9 (or 0xC480A9) is unknown color: approx Lily. HEX triplet: C4, 80 and A9. RGB value is (196,128,169). Sum of RGB (Red+Green+Blue) = 196+128+169=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C480A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480A9 is #3B7F56. Grayscale: #989898. Windows color (decimal): -3899223 or 11108548. OLE color: 11108548.

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

Color convert

RGB196128169-
CMYK00.350.140.23
HSL323.82º36.56%63.53%-
HSV(B)323.82º34.69%76.86%-
XYZ37.6530.0441.35-
YUV153.01137.03158.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=39.76%
G=25.96%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612816900.350.140.23323.8236.5663.53
HexC480A9023E171442540
Octal304200251043162750445100
Binary11000100100000001010100101000111110101111010001001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480A9; }

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

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

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

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

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

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

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

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