#C091C0

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

Shades of Lilac #C091C0

Tints of Lilac #C091C0

Color information

#C091C0 (or 0xC091C0) is unknown color: approx Lilac. HEX triplet: C0, 91 and C0. RGB value is (192,145,192). Sum of RGB (Red+Green+Blue) = 192+145+192=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C091C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C0 is #3F6E3F. Grayscale: #A4A4A4. Windows color (decimal): -4156992 or 12620224. OLE color: 12620224.

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

Color convert

RGB192145192-
CMYK00.2400.25
HSL300º27.17%66.08%-
HSV(B)300º24.48%75.29%-
XYZ41.3835.2654.49-
YUV164.41143.57147.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=36.29%
G=27.41%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214519200.2400.2530027.1766.08
HexC091C001801912c1b42
Octal30022130003003145433102
Binary110000001001000111000000011000011001100101100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091C0; }

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

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

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

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

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

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

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

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