#C48CAC

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

Shades of Lily #C48CAC

Tints of Lily #C48CAC

Color information

#C48CAC (or 0xC48CAC) is unknown color: approx Lily. HEX triplet: C4, 8C and AC. RGB value is (196,140,172). Sum of RGB (Red+Green+Blue) = 196+140+172=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CAC is #3B7353. Grayscale: #A0A0A0. Windows color (decimal): -3896148 or 11308228. OLE color: 11308228.

HSL color Cylindrical-coordinate representation of color #C48CAC: hue angle of 325.71º degrees, saturation: 0.32, 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 #C48CAC is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196140172-
CMYK00.290.120.23
HSL325.71º32.18%65.88%-
HSV(B)325.71º28.57%76.86%-
XYZ39.5933.4743.4-
YUV160.39134.55153.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=38.58%
G=27.56%
B=33.86%

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
Decimal19614017200.290.120.23325.7132.1865.88
HexC48CAC01DC171462042
Octal304214254035142750640102
Binary1100010010001100101011000111011100101111010001101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CAC; }

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

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

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

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

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

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

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

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