#CF89BC

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

Shades of Lily #CF89BC

Tints of Lily #CF89BC

Color information

#CF89BC (or 0xCF89BC) is unknown color: approx Lily. HEX triplet: CF, 89 and BC. RGB value is (207,137,188). Sum of RGB (Red+Green+Blue) = 207+137+188=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89BC is #307643. Grayscale: #A3A3A3. Windows color (decimal): -3176004 or 12356047. OLE color: 12356047.

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

Color convert

RGB207137188-
CMYK00.340.090.19
HSL316.29º42.17%67.45%-
HSV(B)316.29º33.82%81.18%-
XYZ43.7534.7951.99-
YUV163.74141.69158.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=38.91%
G=25.75%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713718800.340.090.19316.2942.1767.45
HexCF89BC02291313c2a43
Octal317211274042112347452103
Binary11001111100010011011110001000101001100111001111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89BC; }

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

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

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

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

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

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

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

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