#C99FAE

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

Shades of Lily #C99FAE

Tints of Lily #C99FAE

Color information

#C99FAE (or 0xC99FAE) is unknown color: approx Lily. HEX triplet: C9, 9F and AE. RGB value is (201,159,174). Sum of RGB (Red+Green+Blue) = 201+159+174=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAE is #366051. Grayscale: #ADADAD. Windows color (decimal): -3563602 or 11444169. OLE color: 11444169.

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

Color convert

RGB201159174-
CMYK00.210.130.21
HSL338.57º28%70.59%-
HSV(B)338.57º20.9%78.82%-
XYZ44.1340.2745.49-
YUV173.27128.41147.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=37.64%
G=29.78%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115917400.210.130.21338.572870.59
HexC99FAE015D151531c47
Octal311237256025152552334107
Binary110010011001111110101110010101110110101101010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FAE; }

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

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

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

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

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

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

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

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