#C48BB7

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

Shades of Lily #C48BB7

Tints of Lily #C48BB7

Color information

#C48BB7 (or 0xC48BB7) is unknown color: approx Lily. HEX triplet: C4, 8B and B7. RGB value is (196,139,183). Sum of RGB (Red+Green+Blue) = 196+139+183=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BB7 is #3B7448. Grayscale: #A0A0A0. Windows color (decimal): -3896393 or 12028868. OLE color: 12028868.

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

Color convert

RGB196139183-
CMYK00.290.070.23
HSL313.68º32.57%65.69%-
HSV(B)313.68º29.08%76.86%-
XYZ40.5433.6249.15-
YUV161.06140.38152.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=37.84%
G=26.83%
B=35.33%

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
Decimal19613918300.290.070.23313.6832.5765.69
HexC48BB701D71713a2142
Octal30421326703572747241102
Binary110001001000101110110111011101111101111001110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BB7; }

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

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

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

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

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

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

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

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