#C192BF

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

Shades of Lilac #C192BF

Tints of Lilac #C192BF

Color information

#C192BF (or 0xC192BF) is unknown color: approx Lilac. HEX triplet: C1, 92 and BF. RGB value is (193,146,191). Sum of RGB (Red+Green+Blue) = 193+146+191=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BF is #3E6D40. Grayscale: #A5A5A5. Windows color (decimal): -4091201 or 12554945. OLE color: 12554945.

HSL color Cylindrical-coordinate representation of color #C192BF: hue angle of 302.55º 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 #C192BF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193146191-
CMYK00.240.010.24
HSL302.55º27.49%66.47%-
HSV(B)302.55º24.35%75.69%-
XYZ41.6835.6653.98-
YUV165.18142.57147.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 191 (75% from 255) = 36.04%
R=36.42%
G=27.55%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314619100.240.010.24302.5527.4966.47
HexC192BF01811812f1b42
Octal30122227703013045733102
Binary110000011001001010111111011000111000100101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192BF; }

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

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

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

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

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

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

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

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