#CF85B8

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

Shades of Lily #CF85B8

Tints of Lily #CF85B8

Color information

#CF85B8 (or 0xCF85B8) is unknown color: approx Lily. HEX triplet: CF, 85 and B8. RGB value is (207,133,184). Sum of RGB (Red+Green+Blue) = 207+133+184=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85B8 is #307A47. Grayscale: #A0A0A0. Windows color (decimal): -3177032 or 12092879. OLE color: 12092879.

HSL color Cylindrical-coordinate representation of color #CF85B8: hue angle of 318.65º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85B8 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207133184-
CMYK00.360.110.19
HSL318.65º43.53%66.67%-
HSV(B)318.65º35.75%81.18%-
XYZ42.7733.549.56-
YUV160.94141.02160.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=39.50%
G=25.38%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713318400.360.110.19318.6543.5366.67
HexCF85B8024B1313f2c43
Octal317205270044132347754103
Binary11001111100001011011100001001001011100111001111111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85B8; }

 p { color: rgb(207,133,184); }

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

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

 a { background-color: rgb(207,133,184); }

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

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

 span { border-color: rgb(207,133,184); }

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