#C493B0

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

Shades of Lily #C493B0

Tints of Lily #C493B0

Color information

#C493B0 (or 0xC493B0) is unknown color: approx Lily. HEX triplet: C4, 93 and B0. RGB value is (196,147,176). Sum of RGB (Red+Green+Blue) = 196+147+176=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C493B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493B0 is #3B6C4F. Grayscale: #A4A4A4. Windows color (decimal): -3894352 or 11572164. OLE color: 11572164.

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

Color convert

RGB196147176-
CMYK00.250.100.23
HSL324.49º29.34%67.25%-
HSV(B)324.49º25%76.86%-
XYZ41.0435.7445.81-
YUV164.96134.23150.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=37.76%
G=28.32%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614717600.250.100.23324.4929.3467.25
HexC493B0019A171441d43
Octal304223260031122750435103
Binary110001001001001110110000011001101010111101000100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493B0; }

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

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

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

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

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

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

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

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