#C190BF

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

Shades of Lilac #C190BF

Tints of Lilac #C190BF

Color information

#C190BF (or 0xC190BF) is unknown color: approx Lilac. HEX triplet: C1, 90 and BF. RGB value is (193,144,191). Sum of RGB (Red+Green+Blue) = 193+144+191=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C190BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190BF is #3E6F40. Grayscale: #A3A3A3. Windows color (decimal): -4091713 or 12554433. OLE color: 12554433.

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

Color convert

RGB193144191-
CMYK00.250.010.24
HSL302.45º28.32%66.08%-
HSV(B)302.45º25.39%75.69%-
XYZ41.3735.0553.87-
YUV164.01143.23148.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 36.17%
R=36.55%
G=27.27%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314419100.250.010.24302.4528.3266.08
HexC190BF01911812e1c42
Octal30122027703113045634102
Binary110000011001000010111111011001111000100101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190BF; }

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

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

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

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

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

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

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

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