#C88BB9

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

Shades of Lily #C88BB9

Tints of Lily #C88BB9

Color information

#C88BB9 (or 0xC88BB9) is unknown color: approx Lily. HEX triplet: C8, 8B and B9. RGB value is (200,139,185). Sum of RGB (Red+Green+Blue) = 200+139+185=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BB9 is #377446. Grayscale: #A2A2A2. Windows color (decimal): -3634247 or 12159944. OLE color: 12159944.

HSL color Cylindrical-coordinate representation of color #C88BB9: hue angle of 314.75º 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 #C88BB9 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200139185-
CMYK00.300.080.22
HSL314.75º35.67%66.47%-
HSV(B)314.75º30.5%78.43%-
XYZ41.8134.2550.31-
YUV162.48140.71154.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=38.17%
G=26.53%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013918500.300.080.22314.7535.6766.47
HexC88BB901E81613b2442
Octal310213271036102647344102
Binary1100100010001011101110010111101000101101001110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BB9; }

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

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

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

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

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

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

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

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