#C889B0

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

Shades of Lily #C889B0

Tints of Lily #C889B0

Color information

#C889B0 (or 0xC889B0) is unknown color: approx Lily. HEX triplet: C8, 89 and B0. RGB value is (200,137,176). Sum of RGB (Red+Green+Blue) = 200+137+176=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C889B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C889B0 is #37764F. Grayscale: #A0A0A0. Windows color (decimal): -3634768 or 11569608. OLE color: 11569608.

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

Color convert

RGB200137176-
CMYK00.320.120.22
HSL322.86º36.42%66.08%-
HSV(B)322.86º31.5%78.43%-
XYZ40.633.3145.36-
YUV160.28136.87156.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=38.99%
G=26.71%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013717600.320.120.22322.8636.4266.08
HexC889B0020C161432442
Octal310211260040142650344102
Binary11001000100010011011000001000001100101101010000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C889B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C889B0; }

 p { color: rgb(200,137,176); }

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

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

 a { background-color: rgb(200,137,176); }

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

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

 span { border-color: rgb(200,137,176); }

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