#CF91BC

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

Shades of Lily #CF91BC

Tints of Lily #CF91BC

Color information

#CF91BC (or 0xCF91BC) is unknown color: approx Lily. HEX triplet: CF, 91 and BC. RGB value is (207,145,188). Sum of RGB (Red+Green+Blue) = 207+145+188=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91BC is #306E43. Grayscale: #A8A8A8. Windows color (decimal): -3173956 or 12358095. OLE color: 12358095.

HSL color Cylindrical-coordinate representation of color #CF91BC: hue angle of 318.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91BC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207145188-
CMYK00.300.090.19
HSL318.39º39.24%69.02%-
HSV(B)318.39º29.95%81.18%-
XYZ44.9337.1552.38-
YUV168.44139.04155.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=38.33%
G=26.85%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714518800.300.090.19318.3939.2469.02
HexCF91BC01E91313e2745
Octal317221274036112347647105
Binary1100111110010001101111000111101001100111001111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91BC; }

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

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

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

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

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

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

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

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