#C28CA9

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

Shades of Lily #C28CA9

Tints of Lily #C28CA9

Color information

#C28CA9 (or 0xC28CA9) is unknown color: approx Lily. HEX triplet: C2, 8C and A9. RGB value is (194,140,169). Sum of RGB (Red+Green+Blue) = 194+140+169=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28CA9 is #3D7356. Grayscale: #9F9F9F. Windows color (decimal): -4027223 or 11111618. OLE color: 11111618.

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

Color convert

RGB194140169-
CMYK00.280.130.24
HSL327.78º30.68%65.49%-
HSV(B)327.78º27.84%76.08%-
XYZ38.7933.0941.88-
YUV159.45133.39152.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=38.57%
G=27.83%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414016900.280.130.24327.7830.6865.49
HexC28CA901CD181481f41
Octal302214251034153051037101
Binary110000101000110010101001011100110111000101001000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CA9; }

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

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

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

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

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

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

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

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