#C990AE

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

Shades of Lily #C990AE

Tints of Lily #C990AE

Color information

#C990AE (or 0xC990AE) is unknown color: approx Lily. HEX triplet: C9, 90 and AE. RGB value is (201,144,174). Sum of RGB (Red+Green+Blue) = 201+144+174=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C990AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C990AE is #366F51. Grayscale: #A4A4A4. Windows color (decimal): -3567442 or 11440329. OLE color: 11440329.

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

Color convert

RGB201144174-
CMYK00.280.130.21
HSL328.42º34.55%67.65%-
HSV(B)328.42º28.36%78.82%-
XYZ41.735.4244.68-
YUV164.46133.38154.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=38.73%
G=27.75%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114417400.280.130.21328.4234.5567.65
HexC990AE01CD151482344
Octal311220256034152551043104
Binary1100100110010000101011100111001101101011010010001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990AE; }

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

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

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

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

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

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

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

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