#C48FA9

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

Shades of Lily #C48FA9

Tints of Lily #C48FA9

Color information

#C48FA9 (or 0xC48FA9) is unknown color: approx Lily. HEX triplet: C4, 8F and A9. RGB value is (196,143,169). Sum of RGB (Red+Green+Blue) = 196+143+169=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA9 is #3B7056. Grayscale: #A1A1A1. Windows color (decimal): -3895383 or 11112388. OLE color: 11112388.

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

Color convert

RGB196143169-
CMYK00.270.140.23
HSL330.57º30.99%66.47%-
HSV(B)330.57º27.04%76.86%-
XYZ39.7534.2542.05-
YUV161.81132.06152.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=38.58%
G=28.15%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614316900.270.140.23330.5730.9966.47
HexC48FA901BE1714b1f42
Octal304217251033162751337102
Binary110001001000111110101001011011111010111101001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FA9; }

 p { color: rgb(196,143,169); }

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

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

 a { background-color: rgb(196,143,169); }

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

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

 span { border-color: rgb(196,143,169); }

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