#CF9BB7

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

Shades of Lily #CF9BB7

Tints of Lily #CF9BB7

Color information

#CF9BB7 (or 0xCF9BB7) is unknown color: approx Lily. HEX triplet: CF, 9B and B7. RGB value is (207,155,183). Sum of RGB (Red+Green+Blue) = 207+155+183=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BB7 is #306448. Grayscale: #ADADAD. Windows color (decimal): -3171401 or 12032975. OLE color: 12032975.

HSL color Cylindrical-coordinate representation of color #CF9BB7: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BB7 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207155183-
CMYK00.250.120.19
HSL327.69º35.14%70.98%-
HSV(B)327.69º25.12%81.18%-
XYZ4640.1350.12-
YUV173.74133.23151.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=37.98%
G=28.44%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715518300.250.120.19327.6935.1470.98
HexCF9BB7019C131482347
Octal317233267031142351043107
Binary1100111110011011101101110110011100100111010010001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BB7; }

 p { color: rgb(207,155,183); }

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

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

 a { background-color: rgb(207,155,183); }

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

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

 span { border-color: rgb(207,155,183); }

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