#C495AD

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

Shades of Lily #C495AD

Tints of Lily #C495AD

Color information

#C495AD (or 0xC495AD) is unknown color: approx Lily. HEX triplet: C4, 95 and AD. RGB value is (196,149,173). Sum of RGB (Red+Green+Blue) = 196+149+173=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C495AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495AD is #3B6A52. Grayscale: #A5A5A5. Windows color (decimal): -3893843 or 11376068. OLE color: 11376068.

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

Color convert

RGB196149173-
CMYK00.240.120.23
HSL329.36º28.48%67.65%-
HSV(B)329.36º23.98%76.86%-
XYZ41.0636.2544.37-
YUV165.79132.07149.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=37.84%
G=28.76%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614917300.240.120.23329.3628.4867.65
HexC495AD018C171491c44
Octal304225255030142751134104
Binary110001001001010110101101011000110010111101001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495AD; }

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

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

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

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

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

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

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

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