#C99BB0

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

Shades of Lily #C99BB0

Tints of Lily #C99BB0

Color information

#C99BB0 (or 0xC99BB0) is unknown color: approx Lily. HEX triplet: C9, 9B and B0. RGB value is (201,155,176). Sum of RGB (Red+Green+Blue) = 201+155+176=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BB0 is #36644F. Grayscale: #ABABAB. Windows color (decimal): -3564624 or 11574217. OLE color: 11574217.

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

Color convert

RGB201155176-
CMYK00.230.120.21
HSL332.61º29.87%69.8%-
HSV(B)332.61º22.89%78.82%-
XYZ43.6538.9946.3-
YUV171.15130.74149.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=37.78%
G=29.14%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115517600.230.120.21332.6129.8769.8
HexC99BB0017C1514d1e46
Octal311233260027142551536106
Binary110010011001101110110000010111110010101101001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BB0; }

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

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

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

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

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

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

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

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