#CF9FB8

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

Shades of Lily #CF9FB8

Tints of Lily #CF9FB8

Color information

#CF9FB8 (or 0xCF9FB8) is unknown color: approx Lily. HEX triplet: CF, 9F and B8. RGB value is (207,159,184). Sum of RGB (Red+Green+Blue) = 207+159+184=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB8 is #306047. Grayscale: #B0B0B0. Windows color (decimal): -3170376 or 12099535. OLE color: 12099535.

HSL color Cylindrical-coordinate representation of color #CF9FB8: hue angle of 328.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FB8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207159184-
CMYK00.230.110.19
HSL328.75º33.33%71.76%-
HSV(B)328.75º23.19%81.18%-
XYZ46.7841.5250.9-
YUV176.2132.4149.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=37.64%
G=28.91%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715918400.230.110.19328.7533.3371.76
HexCF9FB8017B131492148
Octal317237270027132351141110
Binary1100111110011111101110000101111011100111010010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FB8; }

 p { color: rgb(207,159,184); }

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

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

 a { background-color: rgb(207,159,184); }

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

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

 span { border-color: rgb(207,159,184); }

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