#C993AE

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

Shades of Lily #C993AE

Tints of Lily #C993AE

Color information

#C993AE (or 0xC993AE) is unknown color: approx Lily. HEX triplet: C9, 93 and AE. RGB value is (201,147,174). Sum of RGB (Red+Green+Blue) = 201+147+174=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C993AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993AE is #366C51. Grayscale: #A6A6A6. Windows color (decimal): -3566674 or 11441097. OLE color: 11441097.

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

Color convert

RGB201147174-
CMYK00.270.130.21
HSL330º33.33%68.24%-
HSV(B)330º26.87%78.82%-
XYZ42.1636.3444.84-
YUV166.22132.39152.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=38.51%
G=28.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114717400.270.130.2133033.3368.24
HexC993AE01BD1514a2144
Octal311223256033152551241104
Binary1100100110010011101011100110111101101011010010101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993AE; }

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

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

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

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

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

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

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

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