#C89FBA

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

Shades of Lily #C89FBA

Tints of Lily #C89FBA

Color information

#C89FBA (or 0xC89FBA) is unknown color: approx Lily. HEX triplet: C8, 9F and BA. RGB value is (200,159,186). Sum of RGB (Red+Green+Blue) = 200+159+186=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C89FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FBA is #376045. Grayscale: #AEAEAE. Windows color (decimal): -3629126 or 12230600. OLE color: 12230600.

HSL color Cylindrical-coordinate representation of color #C89FBA: hue angle of 320.49º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C89FBA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200159186-
CMYK00.200.070.22
HSL320.49º27.15%70.39%-
HSV(B)320.49º20.5%78.43%-
XYZ45.0840.6251.92-
YUV174.34134.58146.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=36.70%
G=29.17%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015918600.200.070.22320.4927.1570.39
HexC89FBA0147161401b46
Octal31023727202472650033106
Binary11001000100111111011101001010011110110101000000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89FBA; }

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

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

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

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

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

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

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

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