#C991BB

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

Shades of Lily #C991BB

Tints of Lily #C991BB

Color information

#C991BB (or 0xC991BB) is unknown color: approx Lily. HEX triplet: C9, 91 and BB. RGB value is (201,145,187). Sum of RGB (Red+Green+Blue) = 201+145+187=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C991BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991BB is #366E44. Grayscale: #A6A6A6. Windows color (decimal): -3567173 or 12292553. OLE color: 12292553.

HSL color Cylindrical-coordinate representation of color #C991BB: hue angle of 315º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991BB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201145187-
CMYK00.280.070.21
HSL315º34.15%67.84%-
HSV(B)315º27.86%78.82%-
XYZ43.1836.2651.74-
YUV166.53139.55152.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=37.71%
G=27.20%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114518700.280.070.2131534.1567.84
HexC991BB01C71513b2244
Octal31122127303472547342104
Binary110010011001000110111011011100111101011001110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991BB; }

 p { color: rgb(201,145,187); }

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

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

 a { background-color: rgb(201,145,187); }

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

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

 span { border-color: rgb(201,145,187); }

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