#C497B9

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

Shades of Lily #C497B9

Tints of Lily #C497B9

Color information

#C497B9 (or 0xC497B9) is unknown color: approx Lily. HEX triplet: C4, 97 and B9. RGB value is (196,151,185). Sum of RGB (Red+Green+Blue) = 196+151+185=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C497B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497B9 is #3B6846. Grayscale: #A8A8A8. Windows color (decimal): -3893319 or 12163012. OLE color: 12163012.

HSL color Cylindrical-coordinate representation of color #C497B9: hue angle of 314.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C497B9 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196151185-
CMYK00.230.060.23
HSL314.67º27.61%68.04%-
HSV(B)314.67º22.96%76.86%-
XYZ42.5937.3750.87-
YUV168.33137.41147.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=36.84%
G=28.38%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615118500.230.060.23314.6727.6168.04
HexC497B901761713b1c44
Octal30422727102762747334104
Binary11000100100101111011100101011111010111100111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497B9; }

 p { color: rgb(196,151,185); }

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

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

 a { background-color: rgb(196,151,185); }

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

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

 span { border-color: rgb(196,151,185); }

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