#C889BA

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

Shades of Lily #C889BA

Tints of Lily #C889BA

Color information

#C889BA (or 0xC889BA) is unknown color: approx Lily. HEX triplet: C8, 89 and BA. RGB value is (200,137,186). Sum of RGB (Red+Green+Blue) = 200+137+186=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C889BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C889BA is #377645. Grayscale: #A1A1A1. Windows color (decimal): -3634758 or 12224968. OLE color: 12224968.

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

Color convert

RGB200137186-
CMYK00.320.070.22
HSL313.33º36.42%66.08%-
HSV(B)313.33º31.5%78.43%-
XYZ41.6333.7250.77-
YUV161.42141.87155.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=38.24%
G=26.20%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013718600.320.070.22313.3336.4266.08
HexC889BA0207161392442
Octal31021127204072647144102
Binary1100100010001001101110100100000111101101001110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C889BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C889BA; }

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

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

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

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

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

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

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

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