#C48EAA

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

Shades of Lily #C48EAA

Tints of Lily #C48EAA

Color information

#C48EAA (or 0xC48EAA) is unknown color: approx Lily. HEX triplet: C4, 8E and AA. RGB value is (196,142,170). Sum of RGB (Red+Green+Blue) = 196+142+170=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EAA is #3B7155. Grayscale: #A1A1A1. Windows color (decimal): -3895638 or 11177668. OLE color: 11177668.

HSL color Cylindrical-coordinate representation of color #C48EAA: hue angle of 328.89º degrees, saturation: 0.31, 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 #C48EAA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196142170-
CMYK00.280.130.23
HSL328.89º31.4%66.27%-
HSV(B)328.89º27.55%76.86%-
XYZ39.6933.9842.5-
YUV161.34132.89152.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=38.58%
G=27.95%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614217000.280.130.23328.8931.466.27
HexC48EAA01CD171491f42
Octal304216252034152751137102
Binary110001001000111010101010011100110110111101001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EAA; }

 p { color: rgb(196,142,170); }

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

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

 a { background-color: rgb(196,142,170); }

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

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

 span { border-color: rgb(196,142,170); }

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