#C490BE

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

Shades of Lilac #C490BE

Tints of Lilac #C490BE

Color information

#C490BE (or 0xC490BE) is unknown color: approx Lilac. HEX triplet: C4, 90 and BE. RGB value is (196,144,190). Sum of RGB (Red+Green+Blue) = 196+144+190=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C490BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490BE is #3B6F41. Grayscale: #A4A4A4. Windows color (decimal): -3895106 or 12488900. OLE color: 12488900.

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

Color convert

RGB196144190-
CMYK00.270.030.23
HSL306.92º30.59%66.67%-
HSV(B)306.92º26.53%76.86%-
XYZ42.0335.453.33-
YUV164.79142.23150.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=36.98%
G=27.17%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614419000.270.030.23306.9230.5966.67
HexC490BE01B3171331f43
Octal30422027603332746337103
Binary1100010010010000101111100110111110111100110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490BE; }

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

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

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

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

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

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

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

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