#C48EB9

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

Shades of Lily #C48EB9

Tints of Lily #C48EB9

Color information

#C48EB9 (or 0xC48EB9) is unknown color: approx Lily. HEX triplet: C4, 8E and B9. RGB value is (196,142,185). Sum of RGB (Red+Green+Blue) = 196+142+185=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EB9 is #3B7146. Grayscale: #A2A2A2. Windows color (decimal): -3895623 or 12160708. OLE color: 12160708.

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

Color convert

RGB196142185-
CMYK00.280.060.23
HSL312.22º31.4%66.27%-
HSV(B)312.22º27.55%76.86%-
XYZ41.1934.5850.4-
YUV163.05140.39151.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=37.48%
G=27.15%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614218500.280.060.23312.2231.466.27
HexC48EB901C6171381f42
Octal30421627103462747037102
Binary11000100100011101011100101110011010111100111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EB9; }

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

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

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

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

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

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

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

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