#C19ABA

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

Shades of Lily #C19ABA

Tints of Lily #C19ABA

Color information

#C19ABA (or 0xC19ABA) is unknown color: approx Lily. HEX triplet: C1, 9A and BA. RGB value is (193,154,186). Sum of RGB (Red+Green+Blue) = 193+154+186=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C19ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ABA is #3E6545. Grayscale: #A9A9A9. Windows color (decimal): -4089158 or 12229313. OLE color: 12229313.

HSL color Cylindrical-coordinate representation of color #C19ABA: hue angle of 310.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19ABA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193154186-
CMYK00.200.040.24
HSL310.77º23.93%68.04%-
HSV(B)310.77º20.21%75.69%-
XYZ42.4137.9951.55-
YUV169.31137.42144.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=36.21%
G=28.89%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315418600.200.040.24310.7723.9368.04
HexC19ABA0144181371844
Octal30123227202443046730104
Binary11000001100110101011101001010010011000100110111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ABA; }

 p { color: rgb(193,154,186); }

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

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

 a { background-color: rgb(193,154,186); }

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

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

 span { border-color: rgb(193,154,186); }

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