#C486AE

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

Shades of Lily #C486AE

Tints of Lily #C486AE

Color information

#C486AE (or 0xC486AE) is unknown color: approx Lily. HEX triplet: C4, 86 and AE. RGB value is (196,134,174). Sum of RGB (Red+Green+Blue) = 196+134+174=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AE is #3B7951. Grayscale: #9D9D9D. Windows color (decimal): -3897682 or 11437764. OLE color: 11437764.

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

Color convert

RGB196134174-
CMYK00.320.110.23
HSL321.29º34.44%64.71%-
HSV(B)321.29º31.63%76.86%-
XYZ38.9331.8444.14-
YUV157.1137.54155.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=38.89%
G=26.59%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613417400.320.110.23321.2934.4464.71
HexC486AE020B171412241
Octal304206256040132750142101
Binary11000100100001101010111001000001011101111010000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486AE; }

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

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

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

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

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

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

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

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