#C297BA

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

Shades of Lily #C297BA

Tints of Lily #C297BA

Color information

#C297BA (or 0xC297BA) is unknown color: approx Lily. HEX triplet: C2, 97 and BA. RGB value is (194,151,186). Sum of RGB (Red+Green+Blue) = 194+151+186=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BA is #3D6845. Grayscale: #A7A7A7. Windows color (decimal): -4024390 or 12228546. OLE color: 12228546.

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

Color convert

RGB194151186-
CMYK00.220.040.24
HSL311.16º26.06%67.65%-
HSV(B)311.16º22.16%76.08%-
XYZ42.1837.1551.4-
YUV167.85138.25146.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=36.53%
G=28.44%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415118600.220.040.24311.1626.0667.65
HexC297BA0164181371a44
Octal30222727202643046732104
Binary11000010100101111011101001011010011000100110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297BA; }

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

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

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

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

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

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

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

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