#C48CB6

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

Shades of Lily #C48CB6

Tints of Lily #C48CB6

Color information

#C48CB6 (or 0xC48CB6) is unknown color: approx Lily. HEX triplet: C4, 8C and B6. RGB value is (196,140,182). Sum of RGB (Red+Green+Blue) = 196+140+182=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CB6 is #3B7349. Grayscale: #A1A1A1. Windows color (decimal): -3896138 or 11963588. OLE color: 11963588.

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

Color convert

RGB196140182-
CMYK00.290.070.23
HSL315º32.18%65.88%-
HSV(B)315º28.57%76.86%-
XYZ40.5933.8748.65-
YUV161.53139.55152.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=37.84%
G=27.03%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614018200.290.070.2331532.1865.88
HexC48CB601D71713b2042
Octal30421426603572747340102
Binary110001001000110010110110011101111101111001110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CB6; }

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

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

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

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

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

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

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

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