#C99FB8

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

Shades of Lily #C99FB8

Tints of Lily #C99FB8

Color information

#C99FB8 (or 0xC99FB8) is unknown color: approx Lily. HEX triplet: C9, 9F and B8. RGB value is (201,159,184). Sum of RGB (Red+Green+Blue) = 201+159+184=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FB8 is #366047. Grayscale: #AEAEAE. Windows color (decimal): -3563592 or 12099529. OLE color: 12099529.

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

Color convert

RGB201159184-
CMYK00.210.080.21
HSL324.29º28%70.59%-
HSV(B)324.29º20.9%78.82%-
XYZ45.1440.6750.82-
YUV174.41133.41146.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=36.95%
G=29.23%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115918400.210.080.21324.292870.59
HexC99FB80158151441c47
Octal311237270025102550434107
Binary110010011001111110111000010101100010101101000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FB8; }

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

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

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

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

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

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

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

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