#C28BA8

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

Shades of Lily #C28BA8

Tints of Lily #C28BA8

Color information

#C28BA8 (or 0xC28BA8) is unknown color: approx Lily. HEX triplet: C2, 8B and A8. RGB value is (194,139,168). Sum of RGB (Red+Green+Blue) = 194+139+168=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BA8 is #3D7457. Grayscale: #9E9E9E. Windows color (decimal): -4027480 or 11045826. OLE color: 11045826.

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

Color convert

RGB194139168-
CMYK00.280.130.24
HSL328.36º31.07%65.29%-
HSV(B)328.36º28.35%76.08%-
XYZ38.5532.7641.34-
YUV158.75133.22153.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=38.72%
G=27.74%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413916800.280.130.24328.3631.0765.29
HexC28BA801CD181481f41
Octal302213250034153051037101
Binary110000101000101110101000011100110111000101001000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BA8; }

 p { color: rgb(194,139,168); }

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

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

 a { background-color: rgb(194,139,168); }

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

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

 span { border-color: rgb(194,139,168); }

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