#C492C6

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

Shades of Lilac #C492C6

Tints of Lilac #C492C6

Color information

#C492C6 (or 0xC492C6) is unknown color: approx Lilac. HEX triplet: C4, 92 and C6. RGB value is (196,146,198). Sum of RGB (Red+Green+Blue) = 196+146+198=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #C492C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492C6 is #3B6D39. Grayscale: #A6A6A6. Windows color (decimal): -3894586 or 13013700. OLE color: 13013700.

HSL color Cylindrical-coordinate representation of color #C492C6: hue angle of 297.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492C6 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196146198-
CMYK0.010.2600.22
HSL297.69º31.33%67.45%-
HSV(B)297.69º26.26%77.65%-
XYZ43.2436.3758.17-
YUV166.88145.56148.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=36.30%
G=27.04%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961461980.010.2600.22297.6931.3367.45
HexC492C611A01612a1f43
Octal30422230613202645237103
Binary110001001001001011000110111010010110100101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492C6; }

 p { color: rgb(196,146,198); }

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

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

 a { background-color: rgb(196,146,198); }

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

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

 span { border-color: rgb(196,146,198); }

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