#C494B2

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

Shades of Lily #C494B2

Tints of Lily #C494B2

Color information

#C494B2 (or 0xC494B2) is unknown color: approx Lily. HEX triplet: C4, 94 and B2. RGB value is (196,148,178). Sum of RGB (Red+Green+Blue) = 196+148+178=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C494B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494B2 is #3B6B4D. Grayscale: #A5A5A5. Windows color (decimal): -3894094 or 11703492. OLE color: 11703492.

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

Color convert

RGB196148178-
CMYK00.240.090.23
HSL322.5º28.92%67.45%-
HSV(B)322.5º24.49%76.86%-
XYZ41.3936.1346.91-
YUV165.77134.9149.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=37.55%
G=28.35%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614817800.240.090.23322.528.9267.45
HexC494B20189171421d43
Octal304224262030112750235103
Binary110001001001010010110010011000100110111101000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494B2; }

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

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

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

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

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

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

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

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