#C88BAB

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

Shades of Lily #C88BAB

Tints of Lily #C88BAB

Color information

#C88BAB (or 0xC88BAB) is unknown color: approx Lily. HEX triplet: C8, 8B and AB. RGB value is (200,139,171). Sum of RGB (Red+Green+Blue) = 200+139+171=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BAB is #377454. Grayscale: #A0A0A0. Windows color (decimal): -3634261 or 11242440. OLE color: 11242440.

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

Color convert

RGB200139171-
CMYK00.300.140.22
HSL328.52º35.67%66.47%-
HSV(B)328.52º30.5%78.43%-
XYZ40.433.6842.9-
YUV160.89133.71155.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=39.22%
G=27.25%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013917100.300.140.22328.5235.6766.47
HexC88BAB01EE161492442
Octal310213253036162651144102
Binary1100100010001011101010110111101110101101010010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BAB; }

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

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

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

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

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

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

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

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