#C193B5

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

Shades of Lily #C193B5

Tints of Lily #C193B5

Color information

#C193B5 (or 0xC193B5) is unknown color: approx Lily. HEX triplet: C1, 93 and B5. RGB value is (193,147,181). Sum of RGB (Red+Green+Blue) = 193+147+181=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C193B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193B5 is #3E6C4A. Grayscale: #A4A4A4. Windows color (decimal): -4090955 or 11899841. OLE color: 11899841.

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

Color convert

RGB193147181-
CMYK00.240.060.24
HSL315.65º27.06%66.67%-
HSV(B)315.65º23.83%75.69%-
XYZ40.7735.5448.43-
YUV164.63137.24148.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=37.04%
G=28.21%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314718100.240.060.24315.6527.0666.67
HexC193B501861813c1b43
Octal30122326503063047433103
Binary11000001100100111011010101100011011000100111100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193B5; }

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

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

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

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

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

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

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

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