#C294B6

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

Shades of Lily #C294B6

Tints of Lily #C294B6

Color information

#C294B6 (or 0xC294B6) is unknown color: approx Lily. HEX triplet: C2, 94 and B6. RGB value is (194,148,182). Sum of RGB (Red+Green+Blue) = 194+148+182=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C294B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294B6 is #3D6B49. Grayscale: #A5A5A5. Windows color (decimal): -4025162 or 11965634. OLE color: 11965634.

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

Color convert

RGB194148182-
CMYK00.240.060.24
HSL315.65º27.38%67.06%-
HSV(B)315.65º23.71%76.08%-
XYZ41.2836.0349.03-
YUV165.63137.24148.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=37.02%
G=28.24%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414818200.240.060.24315.6527.3867.06
HexC294B601861813c1b43
Octal30222426603063047433103
Binary11000010100101001011011001100011011000100111100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294B6; }

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

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

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

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

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

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

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

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