#C28BAC

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

Shades of Lily #C28BAC

Tints of Lily #C28BAC

Color information

#C28BAC (or 0xC28BAC) is unknown color: approx Lily. HEX triplet: C2, 8B and AC. RGB value is (194,139,172). Sum of RGB (Red+Green+Blue) = 194+139+172=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAC is #3D7453. Grayscale: #9F9F9F. Windows color (decimal): -4027476 or 11307970. OLE color: 11307970.

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

Color convert

RGB194139172-
CMYK00.280.110.24
HSL324º31.07%65.29%-
HSV(B)324º28.35%76.08%-
XYZ38.9332.9143.33-
YUV159.21135.22152.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=38.42%
G=27.52%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413917200.280.110.2432431.0765.29
HexC28BAC01CB181441f41
Octal302213254034133050437101
Binary110000101000101110101100011100101111000101000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BAC; }

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

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

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

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

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

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

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

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