#C994AC

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

Shades of Lily #C994AC

Tints of Lily #C994AC

Color information

#C994AC (or 0xC994AC) is unknown color: approx Lily. HEX triplet: C9, 94 and AC. RGB value is (201,148,172). Sum of RGB (Red+Green+Blue) = 201+148+172=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C994AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994AC is #366B53. Grayscale: #A6A6A6. Windows color (decimal): -3566420 or 11310281. OLE color: 11310281.

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

Color convert

RGB201148172-
CMYK00.260.140.21
HSL332.83º32.92%68.43%-
HSV(B)332.83º26.37%78.82%-
XYZ42.1236.5843.87-
YUV166.58131.06152.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=38.58%
G=28.41%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114817200.260.140.21332.8332.9268.43
HexC994AC01AE1514d2144
Octal311224254032162551541104
Binary1100100110010100101011000110101110101011010011011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994AC; }

 p { color: rgb(201,148,172); }

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

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

 a { background-color: rgb(201,148,172); }

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

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

 span { border-color: rgb(201,148,172); }

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