#C88BB5

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

Shades of Lily #C88BB5

Tints of Lily #C88BB5

Color information

#C88BB5 (or 0xC88BB5) is unknown color: approx Lily. HEX triplet: C8, 8B and B5. RGB value is (200,139,181). Sum of RGB (Red+Green+Blue) = 200+139+181=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BB5 is #37744A. Grayscale: #A1A1A1. Windows color (decimal): -3634251 or 11897800. OLE color: 11897800.

HSL color Cylindrical-coordinate representation of color #C88BB5: hue angle of 318.69º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BB5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200139181-
CMYK00.300.090.22
HSL318.69º35.67%66.47%-
HSV(B)318.69º30.5%78.43%-
XYZ41.3934.0848.11-
YUV162.03138.71155.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=38.46%
G=26.73%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013918100.300.090.22318.6935.6766.47
HexC88BB501E91613f2442
Octal310213265036112647744102
Binary1100100010001011101101010111101001101101001111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BB5; }

 p { color: rgb(200,139,181); }

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

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

 a { background-color: rgb(200,139,181); }

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

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

 span { border-color: rgb(200,139,181); }

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