#C488B6

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

Shades of Lily #C488B6

Tints of Lily #C488B6

Color information

#C488B6 (or 0xC488B6) is unknown color: approx Lily. HEX triplet: C4, 88 and B6. RGB value is (196,136,182). Sum of RGB (Red+Green+Blue) = 196+136+182=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C488B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488B6 is #3B7749. Grayscale: #9F9F9F. Windows color (decimal): -3897162 or 11962564. OLE color: 11962564.

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

Color convert

RGB196136182-
CMYK00.310.070.23
HSL314º33.71%65.1%-
HSV(B)314º30.61%76.86%-
XYZ40.0132.7248.46-
YUV159.18140.88154.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 182 (71.48% from 255) = 35.41%
R=38.13%
G=26.46%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613618200.310.070.2331433.7165.1
HexC488B601F71713a2241
Octal30421026603772747242101
Binary110001001000100010110110011111111101111001110101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488B6; }

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

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

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

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

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

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

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

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