#C192C1

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

Shades of Lilac #C192C1

Tints of Lilac #C192C1

Color information

#C192C1 (or 0xC192C1) is unknown color: approx Lilac. HEX triplet: C1, 92 and C1. RGB value is (193,146,193). Sum of RGB (Red+Green+Blue) = 193+146+193=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C192C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192C1 is #3E6D3E. Grayscale: #A5A5A5. Windows color (decimal): -4091199 or 12686017. OLE color: 12686017.

HSL color Cylindrical-coordinate representation of color #C192C1: hue angle of 300º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192C1 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB193146193-
CMYK00.2400.24
HSL300º27.49%66.47%-
HSV(B)300º24.35%75.69%-
XYZ41.935.7555.14-
YUV165.41143.57147.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=36.28%
G=27.44%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314619300.2400.2430027.4966.47
HexC192C101801812c1b42
Octal30122230103003045433102
Binary110000011001001011000001011000011000100101100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192C1; }

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

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

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

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

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

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

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

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