#C296BF

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

Shades of Lilac #C296BF

Tints of Lilac #C296BF

Color information

#C296BF (or 0xC296BF) is unknown color: approx Lilac. HEX triplet: C2, 96 and BF. RGB value is (194,150,191). Sum of RGB (Red+Green+Blue) = 194+150+191=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C296BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296BF is #3D6940. Grayscale: #A7A7A7. Windows color (decimal): -4024641 or 12555970. OLE color: 12555970.

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

Color convert

RGB194150191-
CMYK00.230.020.24
HSL304.09º26.51%67.45%-
HSV(B)304.09º22.68%76.08%-
XYZ42.5637.0454.2-
YUV167.83141.08146.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 191 (75% from 255) = 35.70%
R=36.26%
G=28.04%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415019100.230.020.24304.0926.5167.45
HexC296BF0172181301b43
Octal30222627702723046033103
Binary1100001010010110101111110101111011000100110000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296BF; }

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

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

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

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

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

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

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

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