#C297AC

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

Shades of Lily #C297AC

Tints of Lily #C297AC

Color information

#C297AC (or 0xC297AC) is unknown color: approx Lily. HEX triplet: C2, 97 and AC. RGB value is (194,151,172). Sum of RGB (Red+Green+Blue) = 194+151+172=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C297AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C297AC is #3D6853. Grayscale: #A6A6A6. Windows color (decimal): -4024404 or 11311042. OLE color: 11311042.

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

Color convert

RGB194151172-
CMYK00.220.110.24
HSL330.7º26.06%67.65%-
HSV(B)330.7º22.16%76.08%-
XYZ40.7636.5843.94-
YUV166.25131.25147.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=37.52%
G=29.21%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415117200.220.110.24330.726.0667.65
HexC297AC016B1814b1a44
Octal302227254026133051332104
Binary110000101001011110101100010110101111000101001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297AC; }

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

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

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

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

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

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

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

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