#C193B2

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

Shades of Lily #C193B2

Tints of Lily #C193B2

Color information

#C193B2 (or 0xC193B2) is unknown color: approx Lily. HEX triplet: C1, 93 and B2. RGB value is (193,147,178). Sum of RGB (Red+Green+Blue) = 193+147+178=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C193B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193B2 is #3E6C4D. Grayscale: #A4A4A4. Windows color (decimal): -4090958 or 11703233. OLE color: 11703233.

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

Color convert

RGB193147178-
CMYK00.240.080.24
HSL319.57º27.06%66.67%-
HSV(B)319.57º23.83%75.69%-
XYZ40.4635.4246.82-
YUV164.29135.74148.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=37.26%
G=28.38%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314717800.240.080.24319.5727.0666.67
HexC193B20188181401b43
Octal301223262030103050033103
Binary110000011001001110110010011000100011000101000000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193B2; }

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

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

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

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

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

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

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

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