#C196BF

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

Shades of Lilac #C196BF

Tints of Lilac #C196BF

Color information

#C196BF (or 0xC196BF) is unknown color: approx Lilac. HEX triplet: C1, 96 and BF. RGB value is (193,150,191). Sum of RGB (Red+Green+Blue) = 193+150+191=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BF is #3E6940. Grayscale: #A7A7A7. Windows color (decimal): -4090177 or 12555969. OLE color: 12555969.

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

Color convert

RGB193150191-
CMYK00.220.010.24
HSL302.79º25.75%67.25%-
HSV(B)302.79º22.28%75.69%-
XYZ42.336.9154.19-
YUV167.53141.25146.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 191 (75% from 255) = 35.77%
R=36.14%
G=28.09%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315019100.220.010.24302.7925.7567.25
HexC196BF01611812f1a43
Octal30122627702613045732103
Binary110000011001011010111111010110111000100101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196BF; }

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

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

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

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

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

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

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

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