#C294BB

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

Shades of Lilac #C294BB

Tints of Lilac #C294BB

Color information

#C294BB (or 0xC294BB) is unknown color: approx Lilac. HEX triplet: C2, 94 and BB. RGB value is (194,148,187). Sum of RGB (Red+Green+Blue) = 194+148+187=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C294BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294BB is #3D6B44. Grayscale: #A6A6A6. Windows color (decimal): -4025157 or 12293314. OLE color: 12293314.

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

Color convert

RGB194148187-
CMYK00.240.040.24
HSL309.13º27.38%67.06%-
HSV(B)309.13º23.71%76.08%-
XYZ41.8136.2451.8-
YUV166.2139.74147.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=36.67%
G=27.98%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414818700.240.040.24309.1327.3867.06
HexC294BB0184181351b43
Octal30222427303043046533103
Binary11000010100101001011101101100010011000100110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294BB; }

 p { color: rgb(194,148,187); }

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

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

 a { background-color: rgb(194,148,187); }

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

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

 span { border-color: rgb(194,148,187); }

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