#C48BB8

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

Shades of Lily #C48BB8

Tints of Lily #C48BB8

Color information

#C48BB8 (or 0xC48BB8) is unknown color: approx Lily. HEX triplet: C4, 8B and B8. RGB value is (196,139,184). Sum of RGB (Red+Green+Blue) = 196+139+184=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BB8 is #3B7447. Grayscale: #A1A1A1. Windows color (decimal): -3896392 or 12094404. OLE color: 12094404.

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

Color convert

RGB196139184-
CMYK00.290.060.23
HSL312.63º32.57%65.69%-
HSV(B)312.63º29.08%76.86%-
XYZ40.6533.6649.7-
YUV161.17140.88152.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 184 (72.27% from 255) = 35.45%
R=37.76%
G=26.78%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613918400.290.060.23312.6332.5765.69
HexC48BB801D6171392142
Octal30421327003562747141102
Binary110001001000101110111000011101110101111001110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BB8; }

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

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

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

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

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

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

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

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