#C99CAE

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

Shades of Lily #C99CAE

Tints of Lily #C99CAE

Color information

#C99CAE (or 0xC99CAE) is unknown color: approx Lily. HEX triplet: C9, 9C and AE. RGB value is (201,156,174). Sum of RGB (Red+Green+Blue) = 201+156+174=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99CAE is #366351. Grayscale: #ABABAB. Windows color (decimal): -3564370 or 11443401. OLE color: 11443401.

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

Color convert

RGB201156174-
CMYK00.220.130.21
HSL336º29.41%70%-
HSV(B)336º22.39%78.82%-
XYZ43.6239.2545.32-
YUV171.51129.41149.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=37.85%
G=29.38%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115617400.220.130.2133629.4170
HexC99CAE016D151501d46
Octal311234256026152552035106
Binary110010011001110010101110010110110110101101010000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CAE; }

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

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

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

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

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

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

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

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