#C28DA9

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

Shades of Lily #C28DA9

Tints of Lily #C28DA9

Color information

#C28DA9 (or 0xC28DA9) is unknown color: approx Lily. HEX triplet: C2, 8D and A9. RGB value is (194,141,169). Sum of RGB (Red+Green+Blue) = 194+141+169=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DA9 is #3D7256. Grayscale: #9F9F9F. Windows color (decimal): -4026967 or 11111874. OLE color: 11111874.

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

Color convert

RGB194141169-
CMYK00.270.130.24
HSL328.3º30.29%65.69%-
HSV(B)328.3º27.32%76.08%-
XYZ38.9333.3841.93-
YUV160.04133.06152.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=38.49%
G=27.98%
B=33.53%

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
Decimal19414116900.270.130.24328.330.2965.69
HexC28DA901BD181481e42
Octal302215251033153051036102
Binary110000101000110110101001011011110111000101001000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DA9; }

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

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

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

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

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

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

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

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