#C99BBA

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

Shades of Lily #C99BBA

Tints of Lily #C99BBA

Color information

#C99BBA (or 0xC99BBA) is unknown color: approx Lily. HEX triplet: C9, 9B and BA. RGB value is (201,155,186). Sum of RGB (Red+Green+Blue) = 201+155+186=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BBA is #366445. Grayscale: #ACACAC. Windows color (decimal): -3564614 or 12229577. OLE color: 12229577.

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

Color convert

RGB201155186-
CMYK00.230.070.21
HSL319.57º29.87%69.8%-
HSV(B)319.57º22.89%78.82%-
XYZ44.6739.4151.71-
YUV172.29135.74148.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=37.08%
G=28.60%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115518600.230.070.21319.5729.8769.8
HexC99BBA0177151401e46
Octal31123327202772550036106
Binary11001001100110111011101001011111110101101000000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BBA; }

 p { color: rgb(201,155,186); }

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

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

 a { background-color: rgb(201,155,186); }

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

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

 span { border-color: rgb(201,155,186); }

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