#C28FAE

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

Shades of Lily #C28FAE

Tints of Lily #C28FAE

Color information

#C28FAE (or 0xC28FAE) is unknown color: approx Lily. HEX triplet: C2, 8F and AE. RGB value is (194,143,174). Sum of RGB (Red+Green+Blue) = 194+143+174=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAE is #3D7051. Grayscale: #A1A1A1. Windows color (decimal): -4026450 or 11440066. OLE color: 11440066.

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

Color convert

RGB194143174-
CMYK00.260.100.24
HSL323.53º29.48%66.08%-
HSV(B)323.53º26.29%76.08%-
XYZ39.7134.1744.55-
YUV161.78134.9150.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=37.96%
G=27.98%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414317400.260.100.24323.5329.4866.08
HexC28FAE01AA181441d42
Octal302217256032123050435102
Binary110000101000111110101110011010101011000101000100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FAE; }

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

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

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

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

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

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

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

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