#CF89AF

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

Shades of Lily #CF89AF

Tints of Lily #CF89AF

Color information

#CF89AF (or 0xCF89AF) is unknown color: approx Lily. HEX triplet: CF, 89 and AF. RGB value is (207,137,175). Sum of RGB (Red+Green+Blue) = 207+137+175=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF89AF is #307650. Grayscale: #A2A2A2. Windows color (decimal): -3176017 or 11504079. OLE color: 11504079.

HSL color Cylindrical-coordinate representation of color #CF89AF: hue angle of 327.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89AF is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207137175-
CMYK00.340.150.19
HSL327.43º42.17%67.45%-
HSV(B)327.43º33.82%81.18%-
XYZ42.4234.2544.93-
YUV162.26135.19159.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=39.88%
G=26.40%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713717500.340.150.19327.4342.1767.45
HexCF89AF022F131472a43
Octal317211257042172350752103
Binary11001111100010011010111101000101111100111010001111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89AF; }

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

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

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

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

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

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

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

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