#C491BF

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

Shades of Lilac #C491BF

Tints of Lilac #C491BF

Color information

#C491BF (or 0xC491BF) is unknown color: approx Lilac. HEX triplet: C4, 91 and BF. RGB value is (196,145,191). Sum of RGB (Red+Green+Blue) = 196+145+191=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BF is #3B6E40. Grayscale: #A5A5A5. Windows color (decimal): -3894849 or 12554692. OLE color: 12554692.

HSL color Cylindrical-coordinate representation of color #C491BF: hue angle of 305.88º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C491BF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196145191-
CMYK00.260.030.23
HSL305.88º30.18%66.86%-
HSV(B)305.88º26.02%76.86%-
XYZ42.2935.7553.96-
YUV165.49142.4149.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 191 (75% from 255) = 35.90%
R=36.84%
G=27.26%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614519100.260.030.23305.8830.1866.86
HexC491BF01A3171321e43
Octal30422127703232746236103
Binary1100010010010001101111110110101110111100110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491BF; }

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

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

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

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

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

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

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

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