#C196CB

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

Shades of Lilac #C196CB

Tints of Lilac #C196CB

Color information

#C196CB (or 0xC196CB) is unknown color: approx Lilac. HEX triplet: C1, 96 and CB. RGB value is (193,150,203). Sum of RGB (Red+Green+Blue) = 193+150+203=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C196CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196CB is #3E6934. Grayscale: #A8A8A8. Windows color (decimal): -4090165 or 13342401. OLE color: 13342401.

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

Color convert

RGB193150203-
CMYK0.050.2600.20
HSL288.68º33.76%69.22%-
HSV(B)288.68º26.11%79.61%-
XYZ43.6837.4661.43-
YUV168.9147.25145.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=35.35%
G=27.47%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931502030.050.2600.20288.6833.7669.22
HexC196CB51A0141212245
Octal30122631353202444142105
Binary110000011001011011001011101110100101001001000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196CB; }

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

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

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

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

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

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

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

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