#C498BF

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

Shades of Lilac #C498BF

Tints of Lilac #C498BF

Color information

#C498BF (or 0xC498BF) is unknown color: approx Lilac. HEX triplet: C4, 98 and BF. RGB value is (196,152,191). Sum of RGB (Red+Green+Blue) = 196+152+191=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C498BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498BF is #3B6740. Grayscale: #A9A9A9. Windows color (decimal): -3893057 or 12556484. OLE color: 12556484.

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

Color convert

RGB196152191-
CMYK00.220.030.23
HSL306.82º27.16%68.24%-
HSV(B)306.82º22.45%76.86%-
XYZ43.437.9554.33-
YUV169.6140.08146.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 191 (75% from 255) = 35.44%
R=36.36%
G=28.20%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615219100.220.030.23306.8227.1668.24
HexC498BF0163171331b44
Octal30423027702632746333104
Binary1100010010011000101111110101101110111100110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498BF; }

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

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

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

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

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

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

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

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