#C482AF

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

Shades of Lily #C482AF

Tints of Lily #C482AF

Color information

#C482AF (or 0xC482AF) is unknown color: approx Lily. HEX triplet: C4, 82 and AF. RGB value is (196,130,175). Sum of RGB (Red+Green+Blue) = 196+130+175=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C482AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482AF is #3B7D50. Grayscale: #9A9A9A. Windows color (decimal): -3898705 or 11502276. OLE color: 11502276.

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

Color convert

RGB196130175-
CMYK00.340.110.23
HSL319.09º35.87%63.92%-
HSV(B)319.09º33.67%76.86%-
XYZ38.4930.844.47-
YUV154.86139.37157.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=39.12%
G=25.95%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613017500.340.110.23319.0935.8763.92
HexC482AF022B1713f2440
Octal304202257042132747744100
Binary11000100100000101010111101000101011101111001111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482AF; }

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

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

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

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

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

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

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

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