#C28AB2

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

Shades of Lily #C28AB2

Tints of Lily #C28AB2

Color information

#C28AB2 (or 0xC28AB2) is unknown color: approx Lily. HEX triplet: C2, 8A and B2. RGB value is (194,138,178). Sum of RGB (Red+Green+Blue) = 194+138+178=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AB2 is #3D754D. Grayscale: #9F9F9F. Windows color (decimal): -4027726 or 11700930. OLE color: 11700930.

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

Color convert

RGB194138178-
CMYK00.290.080.24
HSL317.14º31.46%65.1%-
HSV(B)317.14º28.87%76.08%-
XYZ39.3732.8646.39-
YUV159.3138.55152.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=38.04%
G=27.06%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413817800.290.080.24317.1431.4665.1
HexC28AB201D81813d1f41
Octal302212262035103047537101
Binary110000101000101010110010011101100011000100111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AB2; }

 p { color: rgb(194,138,178); }

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

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

 a { background-color: rgb(194,138,178); }

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

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

 span { border-color: rgb(194,138,178); }

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