#C091C2

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

Shades of Lilac #C091C2

Tints of Lilac #C091C2

Color information

#C091C2 (or 0xC091C2) is unknown color: approx Lilac. HEX triplet: C0, 91 and C2. RGB value is (192,145,194). Sum of RGB (Red+Green+Blue) = 192+145+194=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #C091C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C2 is #3F6E3D. Grayscale: #A4A4A4. Windows color (decimal): -4156990 or 12751296. OLE color: 12751296.

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

Color convert

RGB192145194-
CMYK0.010.2500.24
HSL297.55º28.65%66.47%-
HSV(B)297.55º25.26%76.08%-
XYZ41.635.3555.67-
YUV164.64144.57147.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=36.16%
G=27.31%
B=36.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921451940.010.2500.24297.5528.6566.47
HexC091C211901812a1d42
Octal30022130213103045235102
Binary110000001001000111000010111001011000100101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091C2; }

 p { color: rgb(192,145,194); }

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

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

 a { background-color: rgb(192,145,194); }

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

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

 span { border-color: rgb(192,145,194); }

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