#C294AC

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

Shades of Lily #C294AC

Tints of Lily #C294AC

Color information

#C294AC (or 0xC294AC) is unknown color: approx Lily. HEX triplet: C2, 94 and AC. RGB value is (194,148,172). Sum of RGB (Red+Green+Blue) = 194+148+172=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C294AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294AC is #3D6B53. Grayscale: #A4A4A4. Windows color (decimal): -4025172 or 11310274. OLE color: 11310274.

HSL color Cylindrical-coordinate representation of color #C294AC: hue angle of 328.7º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C294AC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194148172-
CMYK00.240.110.24
HSL328.7º27.38%67.06%-
HSV(B)328.7º23.71%76.08%-
XYZ40.2835.6343.78-
YUV164.49132.24149.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=37.74%
G=28.79%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414817200.240.110.24328.727.3867.06
HexC294AC018B181491b43
Octal302224254030133051133103
Binary110000101001010010101100011000101111000101001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294AC; }

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

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

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

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

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

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

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

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