#C498BC

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

Shades of Lilac #C498BC

Tints of Lilac #C498BC

Color information

#C498BC (or 0xC498BC) is unknown color: approx Lilac. HEX triplet: C4, 98 and BC. RGB value is (196,152,188). Sum of RGB (Red+Green+Blue) = 196+152+188=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C498BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498BC is #3B6743. Grayscale: #A9A9A9. Windows color (decimal): -3893060 or 12359876. OLE color: 12359876.

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

Color convert

RGB196152188-
CMYK00.220.040.23
HSL310.91º27.16%68.24%-
HSV(B)310.91º22.45%76.86%-
XYZ43.0737.8252.61-
YUV169.26138.58147.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=36.57%
G=28.36%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615218800.220.040.23310.9127.1668.24
HexC498BC0164171371b44
Octal30423027402642746733104
Binary11000100100110001011110001011010010111100110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498BC; }

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

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

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

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

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

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

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

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