#C487AF

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

Shades of Lily #C487AF

Tints of Lily #C487AF

Color information

#C487AF (or 0xC487AF) is unknown color: approx Lily. HEX triplet: C4, 87 and AF. RGB value is (196,135,175). Sum of RGB (Red+Green+Blue) = 196+135+175=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C487AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487AF is #3B7850. Grayscale: #9D9D9D. Windows color (decimal): -3897425 or 11503556. OLE color: 11503556.

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

Color convert

RGB196135175-
CMYK00.310.110.23
HSL320.66º34.08%64.9%-
HSV(B)320.66º31.12%76.86%-
XYZ39.1732.1644.7-
YUV157.8137.71155.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=38.74%
G=26.68%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613517500.310.110.23320.6634.0864.9
HexC487AF01FB171412241
Octal304207257037132750142101
Binary1100010010000111101011110111111011101111010000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487AF; }

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

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

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

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

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

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

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

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