#C48CB4

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

Shades of Lily #C48CB4

Tints of Lily #C48CB4

Color information

#C48CB4 (or 0xC48CB4) is unknown color: approx Lily. HEX triplet: C4, 8C and B4. RGB value is (196,140,180). Sum of RGB (Red+Green+Blue) = 196+140+180=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CB4 is #3B734B. Grayscale: #A1A1A1. Windows color (decimal): -3896140 or 11832516. OLE color: 11832516.

HSL color Cylindrical-coordinate representation of color #C48CB4: hue angle of 317.14º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CB4 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196140180-
CMYK00.290.080.23
HSL317.14º32.18%65.88%-
HSV(B)317.14º28.57%76.86%-
XYZ40.3833.7947.57-
YUV161.3138.55152.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=37.98%
G=27.13%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614018000.290.080.23317.1432.1865.88
HexC48CB401D81713d2042
Octal304214264035102747540102
Binary1100010010001100101101000111011000101111001111011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CB4; }

 p { color: rgb(196,140,180); }

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

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

 a { background-color: rgb(196,140,180); }

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

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

 span { border-color: rgb(196,140,180); }

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