#C988B4

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

Shades of Lily #C988B4

Tints of Lily #C988B4

Color information

#C988B4 (or 0xC988B4) is unknown color: approx Lily. HEX triplet: C9, 88 and B4. RGB value is (201,136,180). Sum of RGB (Red+Green+Blue) = 201+136+180=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988B4 is #36774B. Grayscale: #A0A0A0. Windows color (decimal): -3569484 or 11831497. OLE color: 11831497.

HSL color Cylindrical-coordinate representation of color #C988B4: hue angle of 319.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C988B4 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201136180-
CMYK00.320.100.21
HSL319.38º37.57%66.08%-
HSV(B)319.38º32.34%78.82%-
XYZ41.1333.3247.44-
YUV160.45139.03156.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=38.88%
G=26.31%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113618000.320.100.21319.3837.5766.08
HexC988B4020A1513f2642
Octal311210264040122547746102
Binary11001001100010001011010001000001010101011001111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988B4; }

 p { color: rgb(201,136,180); }

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

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

 a { background-color: rgb(201,136,180); }

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

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

 span { border-color: rgb(201,136,180); }

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