#C493BA

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

Shades of Lily #C493BA

Tints of Lily #C493BA

Color information

#C493BA (or 0xC493BA) is unknown color: approx Lily. HEX triplet: C4, 93 and BA. RGB value is (196,147,186). Sum of RGB (Red+Green+Blue) = 196+147+186=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C493BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493BA is #3B6C45. Grayscale: #A5A5A5. Windows color (decimal): -3894342 or 12227524. OLE color: 12227524.

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

Color convert

RGB196147186-
CMYK00.250.050.23
HSL312.24º29.34%67.25%-
HSV(B)312.24º25%76.86%-
XYZ42.0636.1551.21-
YUV166.1139.23149.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=37.05%
G=27.79%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614718600.250.050.23312.2429.3467.25
HexC493BA0195171381d43
Octal30422327203152747035103
Binary11000100100100111011101001100110110111100111000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493BA; }

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

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

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

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

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

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

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

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