#C28FAB

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

Shades of Lily #C28FAB

Tints of Lily #C28FAB

Color information

#C28FAB (or 0xC28FAB) is unknown color: approx Lily. HEX triplet: C2, 8F and AB. RGB value is (194,143,171). Sum of RGB (Red+Green+Blue) = 194+143+171=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAB is #3D7054. Grayscale: #A1A1A1. Windows color (decimal): -4026453 or 11243458. OLE color: 11243458.

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

Color convert

RGB194143171-
CMYK00.260.120.24
HSL327.06º29.48%66.08%-
HSV(B)327.06º26.29%76.08%-
XYZ39.4234.0543.02-
YUV161.44133.4151.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=38.19%
G=28.15%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414317100.260.120.24327.0629.4866.08
HexC28FAB01AC181471d42
Octal302217253032143050735102
Binary110000101000111110101011011010110011000101000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FAB; }

 p { color: rgb(194,143,171); }

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

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

 a { background-color: rgb(194,143,171); }

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

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

 span { border-color: rgb(194,143,171); }

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