#C48CB7

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

Shades of Lily #C48CB7

Tints of Lily #C48CB7

Color information

#C48CB7 (or 0xC48CB7) is unknown color: approx Lily. HEX triplet: C4, 8C and B7. RGB value is (196,140,183). Sum of RGB (Red+Green+Blue) = 196+140+183=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CB7 is #3B7348. Grayscale: #A1A1A1. Windows color (decimal): -3896137 or 12029124. OLE color: 12029124.

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

Color convert

RGB196140183-
CMYK00.290.070.23
HSL313.93º32.18%65.88%-
HSV(B)313.93º28.57%76.86%-
XYZ40.6933.9149.2-
YUV161.65140.05152.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=37.76%
G=26.97%
B=35.26%

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
Decimal19614018300.290.070.23313.9332.1865.88
HexC48CB701D71713a2042
Octal30421426703572747240102
Binary110001001000110010110111011101111101111001110101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CB7; }

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

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

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

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

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

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

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

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