#C494AF

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

Shades of Lily #C494AF

Tints of Lily #C494AF

Color information

#C494AF (or 0xC494AF) is unknown color: approx Lily. HEX triplet: C4, 94 and AF. RGB value is (196,148,175). Sum of RGB (Red+Green+Blue) = 196+148+175=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C494AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494AF is #3B6B50. Grayscale: #A5A5A5. Windows color (decimal): -3894097 or 11506884. OLE color: 11506884.

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

Color convert

RGB196148175-
CMYK00.240.110.23
HSL326.25º28.92%67.45%-
HSV(B)326.25º24.49%76.86%-
XYZ41.0936.0145.34-
YUV165.43133.4149.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=37.76%
G=28.52%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614817500.240.110.23326.2528.9267.45
HexC494AF018B171461d43
Octal304224257030132750635103
Binary110001001001010010101111011000101110111101000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494AF; }

 p { color: rgb(196,148,175); }

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

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

 a { background-color: rgb(196,148,175); }

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

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

 span { border-color: rgb(196,148,175); }

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