#C486AC

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

Shades of Lily #C486AC

Tints of Lily #C486AC

Color information

#C486AC (or 0xC486AC) is unknown color: approx Lily. HEX triplet: C4, 86 and AC. RGB value is (196,134,172). Sum of RGB (Red+Green+Blue) = 196+134+172=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AC is #3B7953. Grayscale: #9C9C9C. Windows color (decimal): -3897684 or 11306692. OLE color: 11306692.

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

Color convert

RGB196134172-
CMYK00.320.120.23
HSL323.23º34.44%64.71%-
HSV(B)323.23º31.63%76.86%-
XYZ38.7431.7643.12-
YUV156.87136.54155.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=39.04%
G=26.69%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613417200.320.120.23323.2334.4464.71
HexC486AC020C171432241
Octal304206254040142750342101
Binary11000100100001101010110001000001100101111010000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486AC; }

 p { color: rgb(196,134,172); }

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

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

 a { background-color: rgb(196,134,172); }

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

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

 span { border-color: rgb(196,134,172); }

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