#C192BB

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

Shades of Lilac #C192BB

Tints of Lilac #C192BB

Color information

#C192BB (or 0xC192BB) is unknown color: approx Lilac. HEX triplet: C1, 92 and BB. RGB value is (193,146,187). Sum of RGB (Red+Green+Blue) = 193+146+187=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BB is #3E6D44. Grayscale: #A4A4A4. Windows color (decimal): -4091205 or 12292801. OLE color: 12292801.

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

Color convert

RGB193146187-
CMYK00.240.030.24
HSL307.66º27.49%66.47%-
HSV(B)307.66º24.35%75.69%-
XYZ41.2435.4851.69-
YUV164.73140.57148.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=36.69%
G=27.76%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314618700.240.030.24307.6627.4966.47
HexC192BB0183181341b42
Octal30122227303033046433102
Binary1100000110010010101110110110001111000100110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192BB; }

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

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

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

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

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

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

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

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