#C498AE

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

Shades of Lily #C498AE

Tints of Lily #C498AE

Color information

#C498AE (or 0xC498AE) is unknown color: approx Lily. HEX triplet: C4, 98 and AE. RGB value is (196,152,174). Sum of RGB (Red+Green+Blue) = 196+152+174=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AE is #3B6751. Grayscale: #A7A7A7. Windows color (decimal): -3893074 or 11442372. OLE color: 11442372.

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

Color convert

RGB196152174-
CMYK00.220.110.23
HSL330º27.16%68.24%-
HSV(B)330º22.45%76.86%-
XYZ41.6337.2545.04-
YUV167.66131.58148.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=37.55%
G=29.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615217400.220.110.2333027.1668.24
HexC498AE016B1714a1b44
Octal304230256026132751233104
Binary110001001001100010101110010110101110111101001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498AE; }

 p { color: rgb(196,152,174); }

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

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

 a { background-color: rgb(196,152,174); }

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

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

 span { border-color: rgb(196,152,174); }

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