#C480AF

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

Shades of Lily #C480AF

Tints of Lily #C480AF

Color information

#C480AF (or 0xC480AF) is unknown color: approx Lily. HEX triplet: C4, 80 and AF. RGB value is (196,128,175). Sum of RGB (Red+Green+Blue) = 196+128+175=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C480AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480AF is #3B7F50. Grayscale: #999999. Windows color (decimal): -3899217 or 11501764. OLE color: 11501764.

HSL color Cylindrical-coordinate representation of color #C480AF: hue angle of 318.53º 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 #C480AF is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196128175-
CMYK00.350.110.23
HSL318.53º36.56%63.53%-
HSV(B)318.53º34.69%76.86%-
XYZ38.2230.2744.39-
YUV153.69140.03158.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=39.28%
G=25.65%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612817500.350.110.23318.5336.5663.53
HexC480AF023B1713f2540
Octal304200257043132747745100
Binary11000100100000001010111101000111011101111001111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480AF; }

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

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

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

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

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

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

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

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