#C091BF

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

Shades of Lilac #C091BF

Tints of Lilac #C091BF

Color information

#C091BF (or 0xC091BF) is unknown color: approx Lilac. HEX triplet: C0, 91 and BF. RGB value is (192,145,191). Sum of RGB (Red+Green+Blue) = 192+145+191=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C091BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091BF is #3F6E40. Grayscale: #A4A4A4. Windows color (decimal): -4156993 or 12554688. OLE color: 12554688.

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

Color convert

RGB192145191-
CMYK00.240.010.25
HSL301.28º27.17%66.08%-
HSV(B)301.28º24.48%75.29%-
XYZ41.2735.2253.91-
YUV164.3143.07147.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 191 (75% from 255) = 36.17%
R=36.36%
G=27.46%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214519100.240.010.25301.2827.1766.08
HexC091BF01811912d1b42
Octal30022127703013145533102
Binary110000001001000110111111011000111001100101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091BF; }

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

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

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

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

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

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

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

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