#C492C1

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

Shades of Lilac #C492C1

Tints of Lilac #C492C1

Color information

#C492C1 (or 0xC492C1) is unknown color: approx Lilac. HEX triplet: C4, 92 and C1. RGB value is (196,146,193). Sum of RGB (Red+Green+Blue) = 196+146+193=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C492C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492C1 is #3B6D3E. Grayscale: #A6A6A6. Windows color (decimal): -3894591 or 12686020. OLE color: 12686020.

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

Color convert

RGB196146193-
CMYK00.260.020.23
HSL303.6º29.76%67.06%-
HSV(B)303.6º25.51%76.86%-
XYZ42.6736.1455.18-
YUV166.31143.06149.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=36.64%
G=27.29%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614619300.260.020.23303.629.7667.06
HexC492C101A2171301e43
Octal30422230103222746036103
Binary1100010010010010110000010110101010111100110000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492C1; }

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

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

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

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

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

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

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

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