#CF9FB3

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

Shades of Lily #CF9FB3

Tints of Lily #CF9FB3

Color information

#CF9FB3 (or 0xCF9FB3) is unknown color: approx Lily. HEX triplet: CF, 9F and B3. RGB value is (207,159,179). Sum of RGB (Red+Green+Blue) = 207+159+179=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB3 is #30604C. Grayscale: #AFAFAF. Windows color (decimal): -3170381 or 11771855. OLE color: 11771855.

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

Color convert

RGB207159179-
CMYK00.230.140.19
HSL335º33.33%71.76%-
HSV(B)335º23.19%81.18%-
XYZ46.2741.3248.18-
YUV175.63129.9150.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=37.98%
G=29.17%
B=32.84%

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
Decimal20715917900.230.140.1933533.3371.76
HexCF9FB3017E1314f2148
Octal317237263027162351741110
Binary1100111110011111101100110101111110100111010011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FB3; }

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

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

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

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

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

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

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

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