#C196BD

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

Shades of Lilac #C196BD

Tints of Lilac #C196BD

Color information

#C196BD (or 0xC196BD) is unknown color: approx Lilac. HEX triplet: C1, 96 and BD. RGB value is (193,150,189). Sum of RGB (Red+Green+Blue) = 193+150+189=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BD is #3E6942. Grayscale: #A7A7A7. Windows color (decimal): -4090179 or 12424897. OLE color: 12424897.

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

Color convert

RGB193150189-
CMYK00.220.020.24
HSL305.58º25.75%67.25%-
HSV(B)305.58º22.28%75.69%-
XYZ42.0836.8253.03-
YUV167.3140.25146.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=36.28%
G=28.20%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315018900.220.020.24305.5825.7567.25
HexC196BD0162181321a43
Octal30122627502623046232103
Binary1100000110010110101111010101101011000100110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196BD; }

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

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

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

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

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

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

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

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