#CF9FB2

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

Shades of Lily #CF9FB2

Tints of Lily #CF9FB2

Color information

#CF9FB2 (or 0xCF9FB2) is unknown color: approx Lily. HEX triplet: CF, 9F and B2. RGB value is (207,159,178). Sum of RGB (Red+Green+Blue) = 207+159+178=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9FB2 is #30604D. Grayscale: #AFAFAF. Windows color (decimal): -3170382 or 11706319. OLE color: 11706319.

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

Color convert

RGB207159178-
CMYK00.230.140.19
HSL336.25º33.33%71.76%-
HSV(B)336.25º23.19%81.18%-
XYZ46.1741.2847.65-
YUV175.52129.4150.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=38.05%
G=29.23%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715917800.230.140.19336.2533.3371.76
HexCF9FB2017E131502148
Octal317237262027162352041110
Binary1100111110011111101100100101111110100111010100001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FB2; }

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

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

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

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

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

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

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

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