#C28EA9

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

Shades of Lily #C28EA9

Tints of Lily #C28EA9

Color information

#C28EA9 (or 0xC28EA9) is unknown color: approx Lily. HEX triplet: C2, 8E and A9. RGB value is (194,142,169). Sum of RGB (Red+Green+Blue) = 194+142+169=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EA9 is #3D7156. Grayscale: #A0A0A0. Windows color (decimal): -4026711 or 11112130. OLE color: 11112130.

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

Color convert

RGB194142169-
CMYK00.270.130.24
HSL328.85º29.89%65.88%-
HSV(B)328.85º26.8%76.08%-
XYZ39.0833.6841.98-
YUV160.63132.73151.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=38.42%
G=28.12%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414216900.270.130.24328.8529.8965.88
HexC28EA901BD181491e42
Octal302216251033153051136102
Binary110000101000111010101001011011110111000101001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EA9; }

 p { color: rgb(194,142,169); }

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

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

 a { background-color: rgb(194,142,169); }

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

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

 span { border-color: rgb(194,142,169); }

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