#C488AF

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

Shades of Lily #C488AF

Tints of Lily #C488AF

Color information

#C488AF (or 0xC488AF) is unknown color: approx Lily. HEX triplet: C4, 88 and AF. RGB value is (196,136,175). Sum of RGB (Red+Green+Blue) = 196+136+175=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AF is #3B7750. Grayscale: #9E9E9E. Windows color (decimal): -3897169 or 11503812. OLE color: 11503812.

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

Color convert

RGB196136175-
CMYK00.310.110.23
HSL321º33.71%65.1%-
HSV(B)321º30.61%76.86%-
XYZ39.3132.4444.75-
YUV158.39137.38154.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=38.66%
G=26.82%
B=34.52%

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
Decimal19613617500.310.110.2332133.7165.1
HexC488AF01FB171412241
Octal304210257037132750142101
Binary1100010010001000101011110111111011101111010000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488AF; }

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

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

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

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

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

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

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

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