#C993AD

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

Shades of Lily #C993AD

Tints of Lily #C993AD

Color information

#C993AD (or 0xC993AD) is unknown color: approx Lily. HEX triplet: C9, 93 and AD. RGB value is (201,147,173). Sum of RGB (Red+Green+Blue) = 201+147+173=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C993AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993AD is #366C52. Grayscale: #A6A6A6. Windows color (decimal): -3566675 or 11375561. OLE color: 11375561.

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

Color convert

RGB201147173-
CMYK00.270.140.21
HSL331.11º33.33%68.24%-
HSV(B)331.11º26.87%78.82%-
XYZ42.0636.344.33-
YUV166.11131.89152.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=38.58%
G=28.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114717300.270.140.21331.1133.3368.24
HexC993AD01BE1514b2144
Octal311223255033162551341104
Binary1100100110010011101011010110111110101011010010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993AD; }

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

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

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

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

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

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

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

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