#C190AB

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

Shades of Lily #C190AB

Tints of Lily #C190AB

Color information

#C190AB (or 0xC190AB) is unknown color: approx Lily. HEX triplet: C1, 90 and AB. RGB value is (193,144,171). Sum of RGB (Red+Green+Blue) = 193+144+171=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C190AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190AB is #3E6F54. Grayscale: #A1A1A1. Windows color (decimal): -4091733 or 11243713. OLE color: 11243713.

HSL color Cylindrical-coordinate representation of color #C190AB: hue angle of 326.94º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C190AB is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193144171-
CMYK00.250.110.24
HSL326.94º28.32%66.08%-
HSV(B)326.94º25.39%75.69%-
XYZ39.3234.2243.06-
YUV161.73133.23150.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=37.99%
G=28.35%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314417100.250.110.24326.9428.3266.08
HexC190AB019B181471c42
Octal301220253031133050734102
Binary110000011001000010101011011001101111000101000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190AB; }

 p { color: rgb(193,144,171); }

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

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

 a { background-color: rgb(193,144,171); }

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

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

 span { border-color: rgb(193,144,171); }

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