#C99FB5

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

Shades of Lily #C99FB5

Tints of Lily #C99FB5

Color information

#C99FB5 (or 0xC99FB5) is unknown color: approx Lily. HEX triplet: C9, 9F and B5. RGB value is (201,159,181). Sum of RGB (Red+Green+Blue) = 201+159+181=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FB5 is #36604A. Grayscale: #AEAEAE. Windows color (decimal): -3563595 or 11902921. OLE color: 11902921.

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

Color convert

RGB201159181-
CMYK00.210.100.21
HSL328.57º28%70.59%-
HSV(B)328.57º20.9%78.82%-
XYZ44.8340.5549.18-
YUV174.07131.91147.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=37.15%
G=29.39%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115918100.210.100.21328.572870.59
HexC99FB5015A151491c47
Octal311237265025122551134107
Binary110010011001111110110101010101101010101101001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FB5; }

 p { color: rgb(201,159,181); }

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

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

 a { background-color: rgb(201,159,181); }

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

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

 span { border-color: rgb(201,159,181); }

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