#C089B0

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

Shades of Lily #C089B0

Tints of Lily #C089B0

Color information

#C089B0 (or 0xC089B0) is unknown color: approx Lily. HEX triplet: C0, 89 and B0. RGB value is (192,137,176). Sum of RGB (Red+Green+Blue) = 192+137+176=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C089B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C089B0 is #3F764F. Grayscale: #9D9D9D. Windows color (decimal): -4159056 or 11569600. OLE color: 11569600.

HSL color Cylindrical-coordinate representation of color #C089B0: hue angle of 317.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C089B0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192137176-
CMYK00.290.080.25
HSL317.45º30.39%64.51%-
HSV(B)317.45º28.65%75.29%-
XYZ38.5232.2345.27-
YUV157.89138.22152.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=38.02%
G=27.13%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213717600.290.080.25317.4530.3964.51
HexC089B001D81913d1e41
Octal300211260035103147536101
Binary110000001000100110110000011101100011001100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089B0; }

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

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

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

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

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

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

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

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