#C488AD

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

Shades of Lily #C488AD

Tints of Lily #C488AD

Color information

#C488AD (or 0xC488AD) is unknown color: approx Lily. HEX triplet: C4, 88 and AD. RGB value is (196,136,173). Sum of RGB (Red+Green+Blue) = 196+136+173=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AD is #3B7752. Grayscale: #9E9E9E. Windows color (decimal): -3897171 or 11372740. OLE color: 11372740.

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

Color convert

RGB196136173-
CMYK00.310.120.23
HSL323º33.71%65.1%-
HSV(B)323º30.61%76.86%-
XYZ39.1132.3643.72-
YUV158.16136.38154.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=38.81%
G=26.93%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613617300.310.120.2332333.7165.1
HexC488AD01FC171432241
Octal304210255037142750342101
Binary1100010010001000101011010111111100101111010000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488AD; }

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

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

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

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

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

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

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

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