#C486B4

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

Shades of Lily #C486B4

Tints of Lily #C486B4

Color information

#C486B4 (or 0xC486B4) is unknown color: approx Lily. HEX triplet: C4, 86 and B4. RGB value is (196,134,180). Sum of RGB (Red+Green+Blue) = 196+134+180=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486B4 is #3B794B. Grayscale: #9D9D9D. Windows color (decimal): -3897676 or 11830980. OLE color: 11830980.

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

Color convert

RGB196134180-
CMYK00.320.080.23
HSL315.48º34.44%64.71%-
HSV(B)315.48º31.63%76.86%-
XYZ39.5332.0847.29-
YUV157.78140.54155.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=38.43%
G=26.27%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613418000.320.080.23315.4834.4464.71
HexC486B402081713b2241
Octal304206264040102747342101
Binary11000100100001101011010001000001000101111001110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486B4; }

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

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

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

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

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

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

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

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