#C089AF

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

Shades of Lily #C089AF

Tints of Lily #C089AF

Color information

#C089AF (or 0xC089AF) is unknown color: approx Lily. HEX triplet: C0, 89 and AF. RGB value is (192,137,175). Sum of RGB (Red+Green+Blue) = 192+137+175=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C089AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C089AF is #3F7650. Grayscale: #9D9D9D. Windows color (decimal): -4159057 or 11504064. OLE color: 11504064.

HSL color Cylindrical-coordinate representation of color #C089AF: hue angle of 318.55º 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 #C089AF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192137175-
CMYK00.290.090.25
HSL318.55º30.39%64.51%-
HSV(B)318.55º28.65%75.29%-
XYZ38.4232.1944.75-
YUV157.78137.72152.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=38.10%
G=27.18%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213717500.290.090.25318.5530.3964.51
HexC089AF01D91913f1e41
Octal300211257035113147736101
Binary110000001000100110101111011101100111001100111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089AF; }

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

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

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

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

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

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

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

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