#C48AB6

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

Shades of Lily #C48AB6

Tints of Lily #C48AB6

Color information

#C48AB6 (or 0xC48AB6) is unknown color: approx Lily. HEX triplet: C4, 8A and B6. RGB value is (196,138,182). Sum of RGB (Red+Green+Blue) = 196+138+182=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AB6 is #3B7549. Grayscale: #A0A0A0. Windows color (decimal): -3896650 or 11963076. OLE color: 11963076.

HSL color Cylindrical-coordinate representation of color #C48AB6: hue angle of 314.48º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AB6 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB196138182-
CMYK00.300.070.23
HSL314.48º32.95%65.49%-
HSV(B)314.48º29.59%76.86%-
XYZ40.333.2948.56-
YUV160.36140.22153.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=37.98%
G=26.74%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613818200.300.070.23314.4832.9565.49
HexC48AB601E71713a2141
Octal30421226603672747241101
Binary110001001000101010110110011110111101111001110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AB6; }

 p { color: rgb(196,138,182); }

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

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

 a { background-color: rgb(196,138,182); }

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

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

 span { border-color: rgb(196,138,182); }

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