#C28AB3

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

Shades of Lily #C28AB3

Tints of Lily #C28AB3

Color information

#C28AB3 (or 0xC28AB3) is unknown color: approx Lily. HEX triplet: C2, 8A and B3. RGB value is (194,138,179). Sum of RGB (Red+Green+Blue) = 194+138+179=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AB3 is #3D754C. Grayscale: #9F9F9F. Windows color (decimal): -4027725 or 11766466. OLE color: 11766466.

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

Color convert

RGB194138179-
CMYK00.290.080.24
HSL316.07º31.46%65.1%-
HSV(B)316.07º28.87%76.08%-
XYZ39.4732.946.92-
YUV159.42139.05152.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 179 (70.31% from 255) = 35.03%
R=37.96%
G=27.01%
B=35.03%

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
Decimal19413817900.290.080.24316.0731.4665.1
HexC28AB301D81813c1f41
Octal302212263035103047437101
Binary110000101000101010110011011101100011000100111100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AB3; }

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

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

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

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

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

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

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

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