#C486B2

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

Shades of Lily #C486B2

Tints of Lily #C486B2

Color information

#C486B2 (or 0xC486B2) is unknown color: approx Lily. HEX triplet: C4, 86 and B2. RGB value is (196,134,178). Sum of RGB (Red+Green+Blue) = 196+134+178=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486B2 is #3B794D. Grayscale: #9D9D9D. Windows color (decimal): -3897678 or 11699908. OLE color: 11699908.

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

Color convert

RGB196134178-
CMYK00.320.090.23
HSL317.42º34.44%64.71%-
HSV(B)317.42º31.63%76.86%-
XYZ39.333246.22-
YUV157.55139.54155.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=38.58%
G=26.38%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613417800.320.090.23317.4234.4464.71
HexC486B202091713d2241
Octal304206262040112747542101
Binary11000100100001101011001001000001001101111001111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486B2; }

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

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

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

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

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

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

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

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