#C192CB

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

Shades of Lilac #C192CB

Tints of Lilac #C192CB

Color information

#C192CB (or 0xC192CB) is unknown color: approx Lilac. HEX triplet: C1, 92 and CB. RGB value is (193,146,203). Sum of RGB (Red+Green+Blue) = 193+146+203=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #C192CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CB is #3E6D34. Grayscale: #A6A6A6. Windows color (decimal): -4091189 or 13341377. OLE color: 13341377.

HSL color Cylindrical-coordinate representation of color #C192CB: hue angle of 289.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C192CB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193146203-
CMYK0.050.2800.20
HSL289.47º35.4%68.43%-
HSV(B)289.47º28.08%79.61%-
XYZ43.0536.2161.22-
YUV166.55148.57146.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=35.61%
G=26.94%
B=37.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931462030.050.2800.20289.4735.468.43
HexC192CB51C0141212344
Octal30122231353402444143104
Binary110000011001001011001011101111000101001001000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192CB; }

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

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

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

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

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

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

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

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