#CF91BA

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

Shades of Lily #CF91BA

Tints of Lily #CF91BA

Color information

#CF91BA (or 0xCF91BA) is unknown color: approx Lily. HEX triplet: CF, 91 and BA. RGB value is (207,145,186). Sum of RGB (Red+Green+Blue) = 207+145+186=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91BA is #306E45. Grayscale: #A8A8A8. Windows color (decimal): -3173958 or 12227023. OLE color: 12227023.

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

Color convert

RGB207145186-
CMYK00.300.100.19
HSL320.32º39.24%69.02%-
HSV(B)320.32º29.95%81.18%-
XYZ44.7237.0651.25-
YUV168.21138.04155.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=38.48%
G=26.95%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714518600.300.100.19320.3239.2469.02
HexCF91BA01EA131402745
Octal317221272036122350047105
Binary1100111110010001101110100111101010100111010000001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91BA; }

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

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

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

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

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

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

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

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