#C494BC

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

Shades of Lilac #C494BC

Tints of Lilac #C494BC

Color information

#C494BC (or 0xC494BC) is unknown color: approx Lilac. HEX triplet: C4, 94 and BC. RGB value is (196,148,188). Sum of RGB (Red+Green+Blue) = 196+148+188=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C494BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494BC is #3B6B43. Grayscale: #A6A6A6. Windows color (decimal): -3894084 or 12358852. OLE color: 12358852.

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

Color convert

RGB196148188-
CMYK00.240.040.23
HSL310º28.92%67.45%-
HSV(B)310º24.49%76.86%-
XYZ42.4336.5552.39-
YUV166.91139.9148.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=36.84%
G=27.82%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614818800.240.040.2331028.9267.45
HexC494BC0184171361d43
Octal30422427403042746635103
Binary11000100100101001011110001100010010111100110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494BC; }

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

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

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

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

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

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

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

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