#C48DAC

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

Shades of Lily #C48DAC

Tints of Lily #C48DAC

Color information

#C48DAC (or 0xC48DAC) is unknown color: approx Lily. HEX triplet: C4, 8D and AC. RGB value is (196,141,172). Sum of RGB (Red+Green+Blue) = 196+141+172=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DAC is #3B7253. Grayscale: #A0A0A0. Windows color (decimal): -3895892 or 11308484. OLE color: 11308484.

HSL color Cylindrical-coordinate representation of color #C48DAC: hue angle of 326.18º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DAC is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196141172-
CMYK00.280.120.23
HSL326.18º31.79%66.08%-
HSV(B)326.18º28.06%76.86%-
XYZ39.7433.7643.45-
YUV160.98134.22152.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=38.51%
G=27.70%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614117200.280.120.23326.1831.7966.08
HexC48DAC01CC171462042
Octal304215254034142750640102
Binary1100010010001101101011000111001100101111010001101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DAC; }

 p { color: rgb(196,141,172); }

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

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

 a { background-color: rgb(196,141,172); }

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

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

 span { border-color: rgb(196,141,172); }

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