#C493B3

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

Shades of Lily #C493B3

Tints of Lily #C493B3

Color information

#C493B3 (or 0xC493B3) is unknown color: approx Lily. HEX triplet: C4, 93 and B3. RGB value is (196,147,179). Sum of RGB (Red+Green+Blue) = 196+147+179=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C493B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493B3 is #3B6C4C. Grayscale: #A5A5A5. Windows color (decimal): -3894349 or 11768772. OLE color: 11768772.

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

Color convert

RGB196147179-
CMYK00.250.090.23
HSL320.82º29.34%67.25%-
HSV(B)320.82º25%76.86%-
XYZ41.3435.8647.39-
YUV165.3135.73149.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=37.55%
G=28.16%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614717900.250.090.23320.8229.3467.25
HexC493B30199171411d43
Octal304223263031112750135103
Binary110001001001001110110011011001100110111101000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493B3; }

 p { color: rgb(196,147,179); }

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

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

 a { background-color: rgb(196,147,179); }

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

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

 span { border-color: rgb(196,147,179); }

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