#C499AE

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

Shades of Lily #C499AE

Tints of Lily #C499AE

Color information

#C499AE (or 0xC499AE) is unknown color: approx Lily. HEX triplet: C4, 99 and AE. RGB value is (196,153,174). Sum of RGB (Red+Green+Blue) = 196+153+174=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C499AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C499AE is #3B6651. Grayscale: #A8A8A8. Windows color (decimal): -3892818 or 11442628. OLE color: 11442628.

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

Color convert

RGB196153174-
CMYK00.220.110.23
HSL330.7º26.71%68.43%-
HSV(B)330.7º21.94%76.86%-
XYZ41.837.5745.09-
YUV168.25131.25147.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=37.48%
G=29.25%
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.23
SystemRedGreenBlueCMYKHSL
Decimal19615317400.220.110.23330.726.7168.43
HexC499AE016B1714b1b44
Octal304231256026132751333104
Binary110001001001100110101110010110101110111101001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499AE; }

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

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

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

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

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

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

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

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