#C294AB

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

Shades of Lily #C294AB

Tints of Lily #C294AB

Color information

#C294AB (or 0xC294AB) is unknown color: approx Lily. HEX triplet: C2, 94 and AB. RGB value is (194,148,171). Sum of RGB (Red+Green+Blue) = 194+148+171=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C294AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294AB is #3D6B54. Grayscale: #A4A4A4. Windows color (decimal): -4025173 or 11244738. OLE color: 11244738.

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

Color convert

RGB194148171-
CMYK00.240.120.24
HSL330º27.38%67.06%-
HSV(B)330º23.71%76.08%-
XYZ40.1935.5943.28-
YUV164.38131.74149.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=37.82%
G=28.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414817100.240.120.2433027.3867.06
HexC294AB018C1814a1b43
Octal302224253030143051233103
Binary110000101001010010101011011000110011000101001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294AB; }

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

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

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

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

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

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

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

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