#C48EAE

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

Shades of Lily #C48EAE

Tints of Lily #C48EAE

Color information

#C48EAE (or 0xC48EAE) is unknown color: approx Lily. HEX triplet: C4, 8E and AE. RGB value is (196,142,174). Sum of RGB (Red+Green+Blue) = 196+142+174=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EAE is #3B7151. Grayscale: #A1A1A1. Windows color (decimal): -3895634 or 11439812. OLE color: 11439812.

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

Color convert

RGB196142174-
CMYK00.280.110.23
HSL324.44º31.4%66.27%-
HSV(B)324.44º27.55%76.86%-
XYZ40.0834.1444.52-
YUV161.79134.89152.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=38.28%
G=27.73%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614217400.280.110.23324.4431.466.27
HexC48EAE01CB171441f42
Octal304216256034132750437102
Binary110001001000111010101110011100101110111101000100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EAE; }

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

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

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

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

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

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

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

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