#C495AA

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

Shades of Lily #C495AA

Tints of Lily #C495AA

Color information

#C495AA (or 0xC495AA) is unknown color: approx Lily. HEX triplet: C4, 95 and AA. RGB value is (196,149,170). Sum of RGB (Red+Green+Blue) = 196+149+170=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C495AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495AA is #3B6A55. Grayscale: #A5A5A5. Windows color (decimal): -3893846 or 11179460. OLE color: 11179460.

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

Color convert

RGB196149170-
CMYK00.240.130.23
HSL333.19º28.48%67.65%-
HSV(B)333.19º23.98%76.86%-
XYZ40.7736.1342.86-
YUV165.45130.57149.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=38.06%
G=28.93%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614917000.240.130.23333.1928.4867.65
HexC495AA018D1714d1c44
Octal304225252030152751534104
Binary110001001001010110101010011000110110111101001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495AA; }

 p { color: rgb(196,149,170); }

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

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

 a { background-color: rgb(196,149,170); }

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

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

 span { border-color: rgb(196,149,170); }

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