#C48AB2

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

Shades of Lily #C48AB2

Tints of Lily #C48AB2

Color information

#C48AB2 (or 0xC48AB2) is unknown color: approx Lily. HEX triplet: C4, 8A and B2. RGB value is (196,138,178). Sum of RGB (Red+Green+Blue) = 196+138+178=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AB2 is #3B754D. Grayscale: #9F9F9F. Windows color (decimal): -3896654 or 11700932. OLE color: 11700932.

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

Color convert

RGB196138178-
CMYK00.300.090.23
HSL318.62º32.95%65.49%-
HSV(B)318.62º29.59%76.86%-
XYZ39.8933.1346.41-
YUV159.9138.22153.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 178 (69.92% from 255) = 34.77%
R=38.28%
G=26.95%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613817800.300.090.23318.6232.9565.49
HexC48AB201E91713f2141
Octal304212262036112747741101
Binary1100010010001010101100100111101001101111001111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AB2; }

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

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

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

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

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

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

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

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