#C297AD

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

Shades of Lily #C297AD

Tints of Lily #C297AD

Color information

#C297AD (or 0xC297AD) is unknown color: approx Lily. HEX triplet: C2, 97 and AD. RGB value is (194,151,173). Sum of RGB (Red+Green+Blue) = 194+151+173=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C297AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C297AD is #3D6852. Grayscale: #A6A6A6. Windows color (decimal): -4024403 or 11376578. OLE color: 11376578.

HSL color Cylindrical-coordinate representation of color #C297AD: hue angle of 329.3º 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 #C297AD is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194151173-
CMYK00.220.110.24
HSL329.3º26.06%67.65%-
HSV(B)329.3º22.16%76.08%-
XYZ40.8636.6244.45-
YUV166.36131.75147.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=37.45%
G=29.15%
B=33.40%

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
Decimal19415117300.220.110.24329.326.0667.65
HexC297AD016B181491a44
Octal302227255026133051132104
Binary110000101001011110101101010110101111000101001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297AD; }

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

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

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

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

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

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

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

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