#C28AB4

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

Shades of Lily #C28AB4

Tints of Lily #C28AB4

Color information

#C28AB4 (or 0xC28AB4) is unknown color: approx Lily. HEX triplet: C2, 8A and B4. RGB value is (194,138,180). Sum of RGB (Red+Green+Blue) = 194+138+180=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AB4 is #3D754B. Grayscale: #9F9F9F. Windows color (decimal): -4027724 or 11832002. OLE color: 11832002.

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

Color convert

RGB194138180-
CMYK00.290.070.24
HSL315º31.46%65.1%-
HSV(B)315º28.87%76.08%-
XYZ39.5732.9447.45-
YUV159.53139.55152.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=37.89%
G=26.95%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413818000.290.070.2431531.4665.1
HexC28AB401D71813b1f41
Octal30221226403573047337101
Binary11000010100010101011010001110111111000100111011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AB4; }

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

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

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

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

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

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

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

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