#C491BE

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

Shades of Lilac #C491BE

Tints of Lilac #C491BE

Color information

#C491BE (or 0xC491BE) is unknown color: approx Lilac. HEX triplet: C4, 91 and BE. RGB value is (196,145,190). Sum of RGB (Red+Green+Blue) = 196+145+190=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BE is #3B6E41. Grayscale: #A5A5A5. Windows color (decimal): -3894850 or 12489156. OLE color: 12489156.

HSL color Cylindrical-coordinate representation of color #C491BE: hue angle of 307.06º 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 #C491BE is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196145190-
CMYK00.260.030.23
HSL307.06º30.18%66.86%-
HSV(B)307.06º26.02%76.86%-
XYZ42.1835.753.38-
YUV165.38141.9149.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=36.91%
G=27.31%
B=35.78%

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
Decimal19614519000.260.030.23307.0630.1866.86
HexC491BE01A3171331e43
Octal30422127603232746336103
Binary1100010010010001101111100110101110111100110011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491BE; }

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

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

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

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

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

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

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

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