#C48BAC

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

Shades of Lily #C48BAC

Tints of Lily #C48BAC

Color information

#C48BAC (or 0xC48BAC) is unknown color: approx Lily. HEX triplet: C4, 8B and AC. RGB value is (196,139,172). Sum of RGB (Red+Green+Blue) = 196+139+172=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BAC is #3B7453. Grayscale: #9F9F9F. Windows color (decimal): -3896404 or 11307972. OLE color: 11307972.

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

Color convert

RGB196139172-
CMYK00.290.120.23
HSL325.26º32.57%65.69%-
HSV(B)325.26º29.08%76.86%-
XYZ39.4433.1843.36-
YUV159.8134.88153.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=38.66%
G=27.42%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613917200.290.120.23325.2632.5765.69
HexC48BAC01DC171452142
Octal304213254035142750541102
Binary1100010010001011101011000111011100101111010001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BAC; }

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

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

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

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

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

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

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

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