#C193A8

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

Shades of Lily #C193A8

Tints of Lily #C193A8

Color information

#C193A8 (or 0xC193A8) is unknown color: approx Lily. HEX triplet: C1, 93 and A8. RGB value is (193,147,168). Sum of RGB (Red+Green+Blue) = 193+147+168=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C193A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193A8 is #3E6C57. Grayscale: #A3A3A3. Windows color (decimal): -4090968 or 11047873. OLE color: 11047873.

HSL color Cylindrical-coordinate representation of color #C193A8: hue angle of 332.61º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C193A8 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB193147168-
CMYK00.240.130.24
HSL332.61º27.06%66.67%-
HSV(B)332.61º23.83%75.69%-
XYZ39.4935.0341.73-
YUV163.15130.74149.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=37.99%
G=28.94%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314716800.240.130.24332.6127.0666.67
HexC193A8018D1814d1b43
Octal301223250030153051533103
Binary110000011001001110101000011000110111000101001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193A8; }

 p { color: rgb(193,147,168); }

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

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

 a { background-color: rgb(193,147,168); }

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

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

 span { border-color: rgb(193,147,168); }

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